Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_classpath.cpp59 auto temp_output_path = "/apex/derive_classpath_temp"; in DeriveClassPath() local
60 auto cleanup = [temp_output_path]() { in DeriveClassPath()
61 android::base::RemoveFileIfExists(temp_output_path); in DeriveClassPath()
67 std::ofstream _(temp_output_path); in DeriveClassPath()
70 temp_output_path}; in DeriveClassPath()
78 return ClassPath::ParseFromFile(temp_output_path); in DeriveClassPath()