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

  /bionic/libc/tools/
gensyscalls.py 29 def create_file( relpath ): function
321 glibc_fp = create_file(glibc_syscalls_h_path)
343 fp = create_file( path )
366 fp = create_file( fname )
374 fp = create_file( fname )
382 fp = create_file( fname )
  /external/chromium_org/tools/grit/grit/tool/
buildinfo.py 54 path = node.FileForLanguage(lang, dirname, create_file=False,
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 678 &create_file (&get_basefile, $answer);
924 sub create_file subroutine
963 &create_file ("$basedir/$path", $1 . "\n");
  /external/chromium_org/tools/grit/grit/node/
structure.py 276 def FileForLanguage(self, lang, output_dir, create_file=True,
284 create_file: True
307 if create_file:
  /external/chromium_org/tools/grit/grit/
scons.py 147 create_file=False,
  /external/chromium_org/tools/grit/
grit_info.py 47 create_file=False,
  /art/dex2oat/
dex2oat.cc 815 bool create_file = !oat_unstripped.empty(); // as opposed to using open file descriptor local
816 if (create_file) {
829 if (create_file && fchmod(oat_file->Fd(), 0644) != 0) {
    [all...]

Completed in 204 milliseconds