Lines Matching refs:codePath
1496 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() argument
1499 CHECK_ARGUMENT_PATH(codePath); in rmdex()
1504 const char* path = codePath.c_str(); in rmdex()
1508 return error("Invalid path " + codePath); in rmdex()
1512 return error("Failed to create cache path for " + codePath); in rmdex()
1740 for (const auto& codePath : codePaths) { in getAppSize() local
1741 CHECK_ARGUMENT_PATH(codePath); in getAppSize()
1788 for (const auto& codePath : codePaths) { in getAppSize() local
1789 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
1799 for (const auto& codePath : codePaths) { in getAppSize() local
1800 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
2221 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() argument
2224 CHECK_ARGUMENT_PATH(codePath); in dumpProfiles()
2227 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath); in dumpProfiles()
2989 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
2993 CHECK_ARGUMENT_PATH(codePath); in prepareAppProfile()
2996 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()