Searched refs:code_path (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 93 const std::string& code_path, bool dump_classes_and_methods); 107 const std::string& code_path,
|
D | dexopt.cpp | 787 const std::string& code_path, bool dump_classes_and_methods) { in dump_profiles() argument 813 unique_fd apk_fd(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW)); in dump_profiles() 815 PLOG(ERROR) << "installd cannot open " << code_path.c_str(); in dump_profiles() 818 dex_locations.push_back(Basename(code_path)); in dump_profiles() 2788 const std::string& code_path, in prepare_app_profile() argument 2820 unique_fd apk_fd(TEMP_FAILURE_RETRY(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW))); in prepare_app_profile() 2822 PLOG(ERROR) << "Could not open code path " << code_path; in prepare_app_profile() 2830 code_path); in prepare_app_profile()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 1156 const std::string& code_path, in mergePackageProfiles() argument 1160 kTestAppUid, package_name, code_path, &result)); in mergePackageProfiles()
|