HomeSort by relevance Sort by last modified time
    Searched defs:tmp_file (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/common/
important_file_writer.cc 39 FILE* tmp_file = file_util::CreateAndOpenTemporaryFileInDir( local
41 if (!tmp_file) {
46 size_t bytes_written = fwrite(data_.data(), 1, data_.length(), tmp_file);
47 if (!file_util::CloseFile(tmp_file)) {
  /external/chromium_org/base/files/
important_file_writer.cc 61 PlatformFile tmp_file = local
63 if (tmp_file == kInvalidPlatformFileValue) {
71 tmp_file, 0, data.data(), static_cast<int>(data.length()));
72 FlushPlatformFile(tmp_file); // Ignore return value.
74 if (!ClosePlatformFile(tmp_file)) {
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation_unittest.cc 115 const base::FilePath tmp_file = local
117 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(tmp_file, content));
121 "<resource_id>", "<md5>", tmp_file,
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 96 FILE* tmp_file = CreateAndOpenTemporaryFile(&out); local
97 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
99 EXPECT_TRUE(CloseFile(tmp_file));
107 FILE* tmp_file = CreateAndOpenTemporaryFileInDir(exe_dir, local
110 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
113 EXPECT_TRUE(CloseFile(tmp_file));
parallel_authenticator_unittest.cc 119 FILE* tmp_file = CreateAndOpenTemporaryFile(&out); local
120 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
122 EXPECT_TRUE(CloseFile(tmp_file));
130 FILE* tmp_file = CreateAndOpenTemporaryFileInDir(exe_dir, local
133 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
136 EXPECT_TRUE(CloseFile(tmp_file));
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 94 FILE* tmp_file = file_util::CreateAndOpenTemporaryFile(&out); local
95 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
97 EXPECT_TRUE(file_util::CloseFile(tmp_file));
  /external/chromium_org/third_party/sqlite/src/src/
test_onefile.c 116 typedef struct tmp_file tmp_file; typedef in typeref:struct:tmp_file
117 struct tmp_file { struct
145 ** Method declarations for tmp_file.
258 tmp_file *pTmp = (tmp_file *)pFile;
272 tmp_file *pTmp = (tmp_file *)pFile;
289 tmp_file *pTmp = (tmp_file *)pFile
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 169 milliseconds