Home
last modified time | relevance | path

Searched refs:create_empty_file (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/test_importlib/
Dtest_pkg_import.py10 from test.support.os_helper import create_empty_file
32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
Dtest_api.py264 os_helper.create_empty_file(path)
/third_party/python/Lib/test/
Dtest_reprlib.py14 from test.support.os_helper import create_empty_file
233 create_empty_file(os.path.join(self.pkgname, '__init__.py'))
236 create_empty_file(os.path.join(self.subpkgname, '__init__.py'))
280 create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py'))
Dtest_unicode_file.py10 TESTFN_UNENCODABLE, create_empty_file)
106 create_empty_file(filename)
Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
25 create_empty_file(filename)
344 create_empty_file(os.path.join('dir', 'file'))
Dtest_runpy.py17 from test.support.os_helper import create_empty_file, temp_dir
220 create_empty_file(pkg_fname)
380 create_empty_file(sibling_fname)
390 create_empty_file(nephew_fname)
Dtest_dbm.py77 os_helper.create_empty_file(_fname)
Dtest_posix.py785 os_helper.create_empty_file(os_helper.TESTFN)
1111 os_helper.create_empty_file(os_helper.TESTFN)
1253 os_helper.create_empty_file(os_helper.TESTFN + 'ren')
1290 os_helper.create_empty_file(os_helper.TESTFN + 'del')
Dtest_shutil.py321 os_helper.create_empty_file(self.child_file_path)
2122 os_helper.create_empty_file(os.path.join(self.src_dir, 'child'))
2123 os_helper.create_empty_file(os.path.join(self.src_dir, 'child1'))
2163 os_helper.create_empty_file(os.path.join(TESTFN_SRC, 'child'))
Dtest_zipimport.py799 os_helper.create_empty_file(TESTMOD)
Dtest_optparse.py1043 os_helper.create_empty_file(os_helper.TESTFN)
Dtest_tarfile.py1288 os_helper.create_empty_file(name)
1327 os_helper.create_empty_file(foo)
Dtest_mailbox.py930 os_helper.create_empty_file(filename)
Dtest_os.py2337 os_helper.create_empty_file(os.path.join(self.bdir, fn))
/third_party/python/Lib/distutils/tests/
Dtest_filelist.py313 os_helper.create_empty_file(file1)
316 os_helper.create_empty_file(file2)
327 os_helper.create_empty_file(file1)
/third_party/python/Lib/test/support/
Dos_helper.py452 def create_empty_file(filename): function
/third_party/glib/gio/tests/
Dlive-g-file.c193 create_empty_file (GFile * parent, const char *filename, in create_empty_file() function
282 child = create_empty_file (root, item.filename, item.create_flags); in test_create_structure()
/third_party/python/Lib/test/test_import/
D__init__.py1010 os_helper.create_empty_file(init_file)
/third_party/python/Doc/library/
Dtest.rst1383 .. function:: create_empty_file(filename)