Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2149 const auto fullpath = ce_sdk_path + "/" + subDir; in freeCache() local
2150 dataPaths.push_back(fullpath); in freeCache()
2153 const auto fullpath = de_sdk_path + "/" + subDir; in freeCache() local
2154 dataPaths.push_back((char*)fullpath.c_str()); in freeCache()
2474 auto fullpath = path + "/" + subDir; in collectManualStatsForSubDirectories() local
2475 collectManualStats(fullpath, stats); in collectManualStatsForSubDirectories()
3483 const auto& fullpath = packagePath + "/" + subDir; in restoreconSdkDataLocked() local
3484 if (selinux_android_restorecon_pkgdir(fullpath.c_str(), seinfo, uid, seflags) < 0) { in restoreconSdkDataLocked()
3485 res = error("restorecon failed for " + fullpath); in restoreconSdkDataLocked()