Home | History | Annotate | Download | only in logcat

Lines Matching refs:file0

256         std::string file0;
258 file0 = android::base::StringPrintf("%s", context->outputFileName);
260 file0 =
265 if (!file0.length() || !file1.length()) {
270 err = rename(file0.c_str(), file1.c_str());