Searched refs:apex_name (Results 1 – 3 of 3) sorted by relevance
42 const std::string& apex_jni_libraries(const std::string& apex_name);
70 _, apex_name = os.path.split(apex_path)71 extract_path = os.path.join(tmpdir, apex_name)
1324 auto& apex_name = current_apex_info.getModuleName(); in CheckPreconditionForData() local1326 auto it = cached_module_info_map.find(apex_name); in CheckPreconditionForData()1328 LOG(INFO) << "Missing APEX info from cache-info (" << apex_name << ")."; in CheckPreconditionForData()