Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_classpath.cpp44 std::string apex_of_binary = 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()
53 StringPrintf("%s/bin/derive_classpath", apex_of_binary.c_str()); in DeriveClassPath()