Searched refs:create_empty_file (Results 1 - 20 of 20) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_pkgimport.py10 from test.support import create_empty_file namespace
32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
H A Dtest_reprlib.py13 from test.support import create_empty_file, verbose namespace
232 create_empty_file(os.path.join(self.pkgname, '__init__.py'))
235 create_empty_file(os.path.join(self.subpkgname, '__init__.py'))
279 create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py'))
H A Dtest_unicode_file.py9 TESTFN_ENCODING, TESTFN_UNICODE, TESTFN_UNENCODABLE, create_empty_file)
104 create_empty_file(filename)
H A Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
24 create_empty_file(filename)
277 create_empty_file(os.path.join('dir', 'file'))
H A Dtest_dbm.py78 test.support.create_empty_file(_fname)
H A Dtest_runpy.py13 create_empty_file, temp_dir)
217 create_empty_file(pkg_fname)
378 create_empty_file(sibling_fname)
388 create_empty_file(nephew_fname)
H A Dtest_posix.py553 support.create_empty_file(support.TESTFN)
852 support.create_empty_file(support.TESTFN)
983 support.create_empty_file(support.TESTFN + 'ren')
1008 support.create_empty_file(support.TESTFN + 'del')
H A Dtest_zipimport.py678 support.create_empty_file(TESTMOD)
H A Dtest_optparse.py1044 support.create_empty_file(support.TESTFN)
H A Dtest_shutil.py210 support.create_empty_file(self.child_file_path)
1697 support.create_empty_file(os.path.join(self.src_dir, 'child'))
1698 support.create_empty_file(os.path.join(self.src_dir, 'child1'))
H A Dtest_tarfile.py1154 support.create_empty_file(name)
1181 support.create_empty_file(name)
1220 support.create_empty_file(foo)
H A Dtest_mailbox.py931 support.create_empty_file(filename)
H A Dtest_os.py1806 support.create_empty_file(os.path.join(self.bdir, fn))
/external/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py8 from . import make_args, check_call_and_report, create_empty_file namespace
86 create_empty_file(src_file)
H A D__init__.py69 def create_empty_file(filename): function
H A Dtest_create_cdb.py8 from . import make_args, silent_check_call, silent_call, create_empty_file namespace
143 create_empty_file(filename)
158 create_empty_file(filename)
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_filelist.py313 test.support.create_empty_file(file1)
316 test.support.create_empty_file(file2)
327 test.support.create_empty_file(file1)
/external/python/cpython3/Lib/test/test_importlib/
H A Dtest_api.py262 support.create_empty_file(path)
/external/python/cpython3/Lib/test/test_import/
H A D__init__.py24 unlink, unload, create_empty_file, cpython_only, TESTFN_UNENCODABLE,
827 test.support.create_empty_file(init_file)
/external/python/cpython3/Lib/test/support/
H A D__init__.py83 "create_empty_file", "can_symlink", "fs_is_case_insensitive",
1045 def create_empty_file(filename): function

Completed in 452 milliseconds