Searched refs:code_path (Results 1 – 3 of 3) sorted by relevance
89 const std::string& code_path);104 const std::string& code_path,
994 const std::string& code_path) { in dump_profiles() argument1020 unique_fd apk_fd(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW)); in dump_profiles()1022 PLOG(ERROR) << "installd cannot open " << code_path.c_str(); in dump_profiles()1025 dex_locations.push_back(get_location_from_path(code_path.c_str())); in dump_profiles()2980 const std::string& code_path, in prepare_app_profile() argument3001 unique_fd apk_fd(TEMP_FAILURE_RETRY(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW))); in prepare_app_profile()3003 PLOG(ERROR) << "Could not open code path " << code_path; in prepare_app_profile()3011 code_path); in prepare_app_profile()
953 const std::string& code_path, in mergePackageProfiles() argument957 kTestAppUid, package_name, code_path, &result)); in mergePackageProfiles()