Searched refs:code_path (Results 1 – 3 of 3) sorted by relevance
94 const std::string& code_path);109 const std::string& code_path,
685 const std::string& code_path) { in dump_profiles() argument711 unique_fd apk_fd(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW)); in dump_profiles()713 PLOG(ERROR) << "installd cannot open " << code_path.c_str(); in dump_profiles()716 dex_locations.push_back(Basename(code_path)); in dump_profiles()2608 const std::string& code_path, in prepare_app_profile() argument2629 unique_fd apk_fd(TEMP_FAILURE_RETRY(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW))); in prepare_app_profile()2631 PLOG(ERROR) << "Could not open code path " << code_path; in prepare_app_profile()2639 code_path); in prepare_app_profile()
1012 const std::string& code_path, in mergePackageProfiles() argument1016 kTestAppUid, package_name, code_path, &result)); in mergePackageProfiles()