HomeSort by relevance Sort by last modified time
    Searched refs:tmp_file_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/files/
important_file_writer.cc 54 FilePath tmp_file_path; local
55 if (!file_util::CreateTemporaryFileInDir(path.DirName(), &tmp_file_path)) {
62 CreatePlatformFile(tmp_file_path, flags, NULL, NULL);
76 base::DeleteFile(tmp_file_path, false);
83 base::DeleteFile(tmp_file_path, false);
87 if (!base::ReplaceFile(tmp_file_path, path, NULL)) {
89 base::DeleteFile(tmp_file_path, false);
  /external/chromium/chrome/common/
important_file_writer.cc 38 FilePath tmp_file_path; local
40 path_.DirName(), &tmp_file_path);
49 file_util::Delete(tmp_file_path, false);
55 file_util::Delete(tmp_file_path, false);
59 if (!file_util::ReplaceFile(tmp_file_path, path_)) {
61 file_util::Delete(tmp_file_path, false);
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 246 FilePath tmp_file_path = FakeLocalaccountFile(username_); local
248 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
250 Delete(tmp_file_path, false);
254 FilePath tmp_file_path = local
257 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
259 Delete(tmp_file_path, false);
263 FilePath tmp_file_path = FakeLocalaccountFile(username_); local
264 EXPECT_TRUE(Delete(tmp_file_path, false)); // Ensure non-existent file.
266 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
678 FilePath tmp_file_path = FakeLocalaccountFile(username_) local
719 FilePath tmp_file_path = FakeLocalaccountFile(username_); local
    [all...]
google_authenticator_unittest.cc 189 FilePath tmp_file_path = FakeLocalaccountFile(bytes_as_ascii_); local
192 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
194 Delete(tmp_file_path, false);
198 FilePath tmp_file_path = local
203 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
205 Delete(tmp_file_path, false);
209 FilePath tmp_file_path = FakeLocalaccountFile(bytes_as_ascii_); local
210 EXPECT_TRUE(Delete(tmp_file_path, false)); // Ensure non-existent file.
213 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
525 FilePath tmp_file_path = FakeLocalaccountFile(username_) local
    [all...]

Completed in 65 milliseconds