Lines Matching refs:codePath
1403 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() argument
1406 CHECK_ARGUMENT_PATH(codePath); in rmdex()
1411 const char* path = codePath.c_str(); in rmdex()
1415 return error("Invalid path " + codePath); in rmdex()
1419 return error("Failed to create cache path for " + codePath); in rmdex()
1623 for (const auto& codePath : codePaths) { in getAppSize() local
1624 CHECK_ARGUMENT_PATH(codePath); in getAppSize()
1671 for (const auto& codePath : codePaths) { in getAppSize() local
1672 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
1682 for (const auto& codePath : codePaths) { in getAppSize() local
1683 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
2031 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() argument
2034 CHECK_ARGUMENT_PATH(codePath); in dumpProfiles()
2037 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath); in dumpProfiles()
2807 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
2811 CHECK_ARGUMENT_PATH(codePath); in prepareAppProfile()
2814 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()