Searched defs:code_path (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/runtime/ |
H A D | app_info.cc | 61 for (const std::string& code_path : code_paths) { in RegisterAppInfo() local 77 void AppInfo::RegisterOdexStatus(const std::string& code_path, in RegisterOdexStatus() 118 const std::string code_path = it.first; in operator <<() local
|
/ohos5.0/build/ |
H A D | prebuilts_config.py | 98 def install_hpm(code_path, download_dir, symlink_dir, home_path): argument 227 def install_python(version, download_dir, one_type, code_path): argument 243 def install_rustc(url, download_dir, version, one_type, code_path): argument
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_VMRuntime.cc | 381 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo() local
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 685 const std::string& code_path) { in dump_profiles() 2608 const std::string& code_path, in prepare_app_profile()
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 1012 const std::string& code_path, in mergePackageProfiles()
|