Searched refs:temp_output_path (Results 1 – 1 of 1) sorted by relevance
59 auto temp_output_path = "/apex/derive_classpath_temp"; in DeriveClassPath() local60 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()