Lines Matching refs:codePath
1517 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() argument
1520 CHECK_ARGUMENT_PATH(codePath); in rmdex()
1525 const char* path = codePath.c_str(); in rmdex()
1529 return error("Invalid path " + codePath); in rmdex()
1533 return error("Failed to create cache path for " + codePath); in rmdex()
1761 for (const auto& codePath : codePaths) { in getAppSize() local
1762 CHECK_ARGUMENT_PATH(codePath); in getAppSize()
1809 for (const auto& codePath : codePaths) { in getAppSize() local
1810 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
1820 for (const auto& codePath : codePaths) { in getAppSize() local
1821 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
2336 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() argument
2339 CHECK_ARGUMENT_PATH(codePath); in dumpProfiles()
2342 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath); in dumpProfiles()
3013 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
3017 CHECK_ARGUMENT_PATH(codePath); in prepareAppProfile()
3020 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()