Searched refs:fullpath (Results 1 – 1 of 1) sorted by relevance
2149 const auto fullpath = ce_sdk_path + "/" + subDir; in freeCache() local2150 dataPaths.push_back(fullpath); in freeCache()2153 const auto fullpath = de_sdk_path + "/" + subDir; in freeCache() local2154 dataPaths.push_back((char*)fullpath.c_str()); in freeCache()2474 auto fullpath = path + "/" + subDir; in collectManualStatsForSubDirectories() local2475 collectManualStats(fullpath, stats); in collectManualStatsForSubDirectories()3483 const auto& fullpath = packagePath + "/" + subDir; in restoreconSdkDataLocked() local3484 if (selinux_android_restorecon_pkgdir(fullpath.c_str(), seinfo, uid, seflags) < 0) { in restoreconSdkDataLocked()3485 res = error("restorecon failed for " + fullpath); in restoreconSdkDataLocked()