Home
last modified time | relevance | path

Searched refs:code_path (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/
H A Dapp_info.cc61 for (const std::string& code_path : code_paths) { in RegisterAppInfo() local
63 code_path, []() { return CodeLocationInfo(); }); in RegisterAppInfo()
70 << "\ncode_path=" << code_path in RegisterAppInfo()
77 void AppInfo::RegisterOdexStatus(const std::string& code_path, in RegisterOdexStatus() argument
84 code_path, []() { return CodeLocationInfo(); }); in RegisterOdexStatus()
90 << "\ncode_path=" << code_path in RegisterOdexStatus()
118 const std::string code_path = it.first; in operator <<() local
121 os << "\ncode_path=" << code_path in operator <<()
H A Dapp_info.h66 void RegisterOdexStatus(const std::string& code_path,
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.h94 const std::string& code_path);
109 const std::string& code_path,
H A Ddexopt.cpp685 const std::string& code_path) { in dump_profiles() argument
711 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() argument
2629 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()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc381 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo() local
382 const char* raw_code_path = env->GetStringUTFChars(code_path, nullptr); in VMRuntime_registerAppInfo()
384 env->ReleaseStringUTFChars(code_path, raw_code_path); in VMRuntime_registerAppInfo()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1012 const std::string& code_path, in mergePackageProfiles() argument
1016 kTestAppUid, package_name, code_path, &result)); in mergePackageProfiles()