Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_classpath.cpp46 for (const auto& temp_mounted_apex_path : temp_mounted_apex_paths) { in DeriveClassPath() local
47 if (temp_mounted_apex_path.starts_with(apex_of_binary + "@")) { in DeriveClassPath()
48 apex_of_binary = temp_mounted_apex_path; in DeriveClassPath()