Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/
Dtest_pkg_import.py10 from test.support import create_empty_file
32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
Dtest_api.py260 support.create_empty_file(path)
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_create_cdb.py7 from . import make_args, silent_check_call, silent_call, create_empty_file
142 create_empty_file(filename)
157 create_empty_file(filename)
Dtest_from_cmd.py7 from . import make_args, check_call_and_report, create_empty_file
85 create_empty_file(src_file)
D__init__.py68 def create_empty_file(filename): function
/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.cpp46 void create_empty_file(std::string const& path) { in create_empty_file() function
61 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/
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)
294 create_empty_file(os.path.join('dir', 'file'))
Dtest_runpy.py17 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 test.support.create_empty_file(_fname)
Dtest_posix.py764 support.create_empty_file(support.TESTFN)
1084 support.create_empty_file(support.TESTFN)
1216 support.create_empty_file(support.TESTFN + 'ren')
1251 support.create_empty_file(support.TESTFN + 'del')
Dtest_zipimport.py713 support.create_empty_file(TESTMOD)
Dtest_shutil.py316 support.create_empty_file(self.child_file_path)
2064 support.create_empty_file(os.path.join(self.src_dir, 'child'))
2065 support.create_empty_file(os.path.join(self.src_dir, 'child1'))
Dtest_optparse.py1042 support.create_empty_file(support.TESTFN)
Dtest_tarfile.py1273 support.create_empty_file(name)
1312 support.create_empty_file(foo)
Dtest_mailbox.py929 support.create_empty_file(filename)
Dtest_os.py2192 support.create_empty_file(os.path.join(self.bdir, fn))
/external/python/cpython3/Lib/test/test_import/
D__init__.py1008 test.support.create_empty_file(init_file)
/external/python/cpython3/Lib/test/support/
D__init__.py996 def create_empty_file(filename): function
/external/python/cpython3/Doc/library/
Dtest.rst529 .. function:: create_empty_file(filename)