Searched refs:temp_str (Results 1 – 1 of 1) sorted by relevance
168 const std::string temp_str(path_str + ".tmp"); in WriteClasspathExports() local169 if (!android::base::WriteStringToFile(content, temp_str, /*follow_symlinks=*/true)) { in WriteClasspathExports()172 return rename(temp_str.c_str(), path_str.c_str()) == 0; in WriteClasspathExports()