Home
last modified time | relevance | path

Searched refs:apex_name (Results 1 – 3 of 3) sorted by relevance

/art/libnativeloader/
Dpublic_libraries.h42 const std::string& apex_jni_libraries(const std::string& apex_name);
/art/build/apex/
Dart_apex_test.py70 _, apex_name = os.path.split(apex_path)
71 extract_path = os.path.join(tmpdir, apex_name)
/art/odrefresh/
Dodrefresh.cc1324 auto& apex_name = current_apex_info.getModuleName(); in CheckPreconditionForData() local
1326 auto it = cached_module_info_map.find(apex_name); in CheckPreconditionForData()
1328 LOG(INFO) << "Missing APEX info from cache-info (" << apex_name << ")."; in CheckPreconditionForData()