Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
Dcreate_file_unittest.cc57 CreateFile create_file(NULL, in TEST_F() local
61 create_file.SetDispatchEventImplForTesting( in TEST_F()
65 EXPECT_TRUE(create_file.Execute(kRequestId)); in TEST_F()
90 CreateFile create_file(NULL, in TEST_F() local
94 create_file.SetDispatchEventImplForTesting( in TEST_F()
98 EXPECT_FALSE(create_file.Execute(kRequestId)); in TEST_F()
112 CreateFile create_file(NULL, in TEST_F() local
116 create_file.SetDispatchEventImplForTesting( in TEST_F()
120 EXPECT_FALSE(create_file.Execute(kRequestId)); in TEST_F()
127 CreateFile create_file(NULL, in TEST_F() local
[all …]
/external/skia/platform_tools/android/tests/
Dandroid_framework_gyp_tests.py36 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 CleanGypdTest
/external/chromium_org/third_party/skia/platform_tools/android/tests/
Dandroid_framework_gyp_tests.py36 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 CleanGypdTest
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file.cc212 NtCreateFileFunction create_file; in CreateFileNTDLL() local
216 create_file = reinterpret_cast<NtCreateFileFunction>(&g_nt_thunk_storage); in CreateFileNTDLL()
220 create_file = in CreateFileNTDLL()
253 result = create_file(&file_handle, in CreateFileNTDLL()
/external/chromium_org/chrome_elf/
Dchrome_elf.gyp84 'create_file/chrome_create_file_unittest.cc',
125 'create_file/chrome_create_file.cc',
126 'create_file/chrome_create_file.h',
/external/chromium_org/tools/grit/grit/tool/
Dbuildinfo.py54 path = node.FileForLanguage(lang, dirname, create_file=False,
/external/chromium_org/tools/grit/grit/node/
Dstructure.py276 def FileForLanguage(self, lang, output_dir, create_file=True, argument
307 if create_file:
/external/chromium_org/tools/grit/grit/
Dscons.py147 create_file=False,
/external/chromium_org/tools/grit/
Dgrit_info.py47 create_file=False,
/external/chromium_org/chrome/browser/
DDEPS10 "+chrome_elf/create_file",
/external/chromium_org/chrome/
Dchrome_browser_chromeos.gypi412 'browser/chromeos/file_system_provider/operations/create_file.cc',
413 'browser/chromeos/file_system_provider/operations/create_file.h',