Home
last modified time | relevance | path

Searched defs:code_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dapp_info.cc61 for (const std::string& code_path : code_paths) { in RegisterAppInfo() local
77 void AppInfo::RegisterOdexStatus(const std::string& code_path, in RegisterOdexStatus()
119 AppInfo::CodeType AppInfo::GetRegisteredCodeType(const std::string& code_path) { in GetRegisteredCodeType()
131 const std::string code_path = it.first; in operator <<() local
/aosp_15_r20/external/wayland-protocols/freedesktop.org/tests/
H A Dmeson.build34 code_path = '@[email protected]'.format(protocol_base_file_name) variable
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp787 const std::string& code_path, bool dump_classes_and_methods) { in dump_profiles()
2788 const std::string& code_path, in prepare_app_profile()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc378 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo() local
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1156 const std::string& code_path, in mergePackageProfiles()