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

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
create_file_unittest.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/create_file.h"
57 CreateFile create_file(NULL,
61 create_file.SetDispatchEventImplForTesting(
65 EXPECT_TRUE(create_file.Execute(kRequestId));
90 CreateFile create_file(NULL,
94 create_file.SetDispatchEventImplForTesting(
98 EXPECT_FALSE(create_file.Execute(kRequestId));
112 CreateFile create_file(NULL,
116 create_file.SetDispatchEventImplForTesting(
120 EXPECT_FALSE(create_file.Execute(kRequestId))
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
android_framework_gyp_tests.py 36 self.create_file('%s%s' % (str(i), GYPD_SUFFIX))
37 self.create_file('%s%s' % (str(i), GYPI_SUFFIX))
38 self.create_file('%s%s' % (str(i), GYP_SUFFIX))
39 self.create_file('%s%s' % (str(i), OTHER_SUFFIX))
41 def create_file(self, basename): member in class:CleanGypdTest
  /external/skia/platform_tools/android/tests/
android_framework_gyp_tests.py 36 self.create_file('%s%s' % (str(i), GYPD_SUFFIX))
37 self.create_file('%s%s' % (str(i), GYPI_SUFFIX))
38 self.create_file('%s%s' % (str(i), GYP_SUFFIX))
39 self.create_file('%s%s' % (str(i), OTHER_SUFFIX))
41 def create_file(self, basename): member in class:CleanGypdTest
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file.cc 5 #include "chrome_elf/create_file/chrome_create_file.h"
212 NtCreateFileFunction create_file;
216 create_file = reinterpret_cast<NtCreateFileFunction>(&g_nt_thunk_storage);
220 create_file =
253 result = create_file(&file_handle,
  /external/chromium_org/tools/grit/grit/tool/
buildinfo.py 54 path = node.FileForLanguage(lang, dirname, create_file=False,
  /bionic/libc/tools/
gensyscalls.py 36 def create_file(relpath): function
441 glibc_fp = create_file(glibc_syscalls_h_path)
470 fp = create_file(filename)
  /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 1286 bool create_file = !oat_unstripped.empty(); \/\/ as opposed to using open file descriptor local
    [all...]

Completed in 316 milliseconds