Searched refs:create_empty_file (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Lib/test/test_importlib/ |
D | test_pkg_import.py | 10 from test.support.os_helper import create_empty_file 32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
|
D | test_api.py | 264 os_helper.create_empty_file(path)
|
/third_party/python/Lib/test/ |
D | test_reprlib.py | 14 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'))
|
D | test_unicode_file.py | 10 TESTFN_UNENCODABLE, create_empty_file) 106 create_empty_file(filename)
|
D | test_glob.py | 8 can_symlink, create_empty_file, change_cwd) 25 create_empty_file(filename) 344 create_empty_file(os.path.join('dir', 'file'))
|
D | test_runpy.py | 17 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)
|
D | test_dbm.py | 77 os_helper.create_empty_file(_fname)
|
D | test_posix.py | 785 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')
|
D | test_shutil.py | 321 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'))
|
D | test_zipimport.py | 799 os_helper.create_empty_file(TESTMOD)
|
D | test_optparse.py | 1043 os_helper.create_empty_file(os_helper.TESTFN)
|
D | test_tarfile.py | 1288 os_helper.create_empty_file(name) 1327 os_helper.create_empty_file(foo)
|
D | test_mailbox.py | 930 os_helper.create_empty_file(filename)
|
D | test_os.py | 2337 os_helper.create_empty_file(os.path.join(self.bdir, fn))
|
/third_party/python/Lib/distutils/tests/ |
D | test_filelist.py | 313 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/ |
D | os_helper.py | 452 def create_empty_file(filename): function
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 193 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__.py | 1010 os_helper.create_empty_file(init_file)
|
/third_party/python/Doc/library/ |
D | test.rst | 1383 .. function:: create_empty_file(filename)
|