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

  /development/tools/idegen/
index-gen.sh 41 tmp_file=${root_dir}/tmp.txt
49 > $tmp_file
50 sed -e 's/LOCAL_PACKAGE_NAME *:= *//g' -e 's/LOCAL_MODULE *:= *//g' -e 's/\^M*$//g' < $tmp_file > $dest_file
52 mv $dest_file $tmp_file
55 grep -v "^$root_dir/vendor/google" $tmp_file > $dest_file
57 rm $tmp_file
  /external/chromium_org/base/files/
important_file_writer.cc 62 File tmp_file(tmp_file_path, File::FLAG_OPEN | File::FLAG_WRITE);
63 if (!tmp_file.IsValid()) {
70 int bytes_written = tmp_file.Write(0, data.data(),
72 tmp_file.Flush(); // Ignore return value.
73 tmp_file.Close();
  /external/chromium_org/v8/tools/
android-run.py 81 tmp_file = open(fname, "w")
82 tmp_file.write(data)
83 tmp_file.close()
nacl-run.py 76 tmp_file = open(fname, "w")
77 tmp_file.write(data)
78 tmp_file.close()
  /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...]
  /external/chromium_org/third_party/closure_compiler/
checker.py 152 with tempfile.NamedTemporaryFile(mode="wt", delete=False) as tmp_file:
153 self._temp_files.append(tmp_file.name)
154 tmp_file.write(contents)
155 return tmp_file.name
  /external/chromium_org/tools/resources/
optimize-png-files.sh 314 local tmp_file=$TMP_DIR/$name
319 if [ ! -e $tmp_file ] ; then
325 local new=$(stat -c%s $tmp_file)
332 cp "$tmp_file" "$file"
342 rm $tmp_file
  /art/compiler/utils/
assembler_test.h 655 std::string tmp_file = GetTmpnam(); local
657 args.push_back(tmp_file);
671 std::ifstream in(tmp_file.c_str());
675 std::remove(tmp_file.c_str());
679 std::remove(tmp_file.c_str());
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 341 self.tmp_file = os.fdopen(tmp_fd, 'wb')
348 # Delegate everything else to self.tmp_file
349 return getattr(self.tmp_file, attrname)
354 self.tmp_file.close()
  /external/lldb/source/Host/common/
FileSpec.cpp 572 FileSpec tmp_file (dir_ref.data(), false);
573 if (tmp_file.Exists())
575 m_directory = tmp_file.m_directory;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 194 FILE* tmp_file = base::CreateAndOpenTemporaryFile(&out); local
195 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
197 EXPECT_TRUE(base::CloseFile(tmp_file));
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 5279 milliseconds