Lines Matching refs:codePath
2122 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() argument
2125 CHECK_ARGUMENT_PATH(codePath); in rmdex()
2129 const char* path = codePath.c_str(); in rmdex()
2133 return error("Invalid path " + codePath); in rmdex()
2137 return error("Failed to create cache path for " + codePath); in rmdex()
2410 for (const auto& codePath : codePaths) { in getAppSize() local
2411 CHECK_ARGUMENT_PATH(codePath); in getAppSize()
2460 for (const auto& codePath : codePaths) { in getAppSize() local
2461 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
2471 for (const auto& codePath : codePaths) { in getAppSize() local
2472 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
3011 const std::string& codePath, in dumpProfiles() argument
3015 CHECK_ARGUMENT_PATH(codePath); in dumpProfiles()
3018 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath, dumpClassesAndMethods); in dumpProfiles()
3730 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
3734 CHECK_ARGUMENT_PATH(codePath); in prepareAppProfile()
3737 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()