Searched refs:getIdmapPath (Results 1 – 4 of 4) sorted by relevance
26 @utf8InCpp String getIdmapPath(@utf8InCpp String overlayApkPath, int userId); in getIdmapPath() method
43 binder::Status getIdmapPath(const std::string& overlay_path, int32_t user_id,
81 Status Idmap2Service::getIdmapPath(const std::string& overlay_path, in getIdmapPath() function in android::os::Idmap2Service
186 return new File(idmap2.getIdmapPath(overlayPath, userId)).isFile(); in idmapExists()