Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pkgimport.py10 from test.support import create_empty_file
32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
Dtest_reprlib.py13 from test.support import create_empty_file, verbose
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'))
Dtest_unicode_file.py9 TESTFN_ENCODING, TESTFN_UNICODE, TESTFN_UNENCODABLE, create_empty_file)
104 create_empty_file(filename)
Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
24 create_empty_file(filename)
277 create_empty_file(os.path.join('dir', 'file'))
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)
Dtest_dbm.py77 test.support.create_empty_file(_fname)
Dtest_posix.py760 support.create_empty_file(support.TESTFN)
1082 support.create_empty_file(support.TESTFN)
1214 support.create_empty_file(support.TESTFN + 'ren')
1239 support.create_empty_file(support.TESTFN + 'del')
Dtest_shutil.py208 support.create_empty_file(self.child_file_path)
1708 support.create_empty_file(os.path.join(self.src_dir, 'child'))
1709 support.create_empty_file(os.path.join(self.src_dir, 'child1'))
Dtest_zipimport.py740 support.create_empty_file(TESTMOD)
Dtest_optparse.py1042 support.create_empty_file(support.TESTFN)
Dtest_tarfile.py1234 support.create_empty_file(name)
1273 support.create_empty_file(foo)
Dtest_mailbox.py931 support.create_empty_file(filename)
Dtest_os.py1897 support.create_empty_file(os.path.join(self.bdir, fn))
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_create_cdb.py8 from . import make_args, silent_check_call, silent_call, create_empty_file
143 create_empty_file(filename)
158 create_empty_file(filename)
Dtest_from_cmd.py8 from . import make_args, check_call_and_report, create_empty_file
86 create_empty_file(src_file)
D__init__.py69 def create_empty_file(filename): function
/external/catch2/misc/
Dcoverage-helper.cpp45 void create_empty_file(std::string const& path) { in create_empty_file() function
60 create_empty_file(fname); in parse_log_file_arg()
/external/python/cpython3/Lib/distutils/tests/
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_import/
D__init__.py25 unlink, unload, create_empty_file, cpython_only, TESTFN_UNENCODABLE,
933 test.support.create_empty_file(init_file)
/external/python/cpython3/Lib/test/test_importlib/
Dtest_api.py260 support.create_empty_file(path)
/external/python/cpython3/Lib/test/support/
D__init__.py1077 def create_empty_file(filename): function
/external/python/cpython3/Doc/library/
Dtest.rst450 .. function:: create_empty_file(filename)