Home
last modified time | relevance | path

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

/external/python/cpython3/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.py241 os_helper.create_empty_file(path)
/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/python/cpython3/Lib/test/
Dtest_unicode_file.py10 TESTFN_UNENCODABLE, create_empty_file)
106 create_empty_file(filename)
Dtest_reprlib.py15 from test.support.os_helper import create_empty_file
640 create_empty_file(os.path.join(self.pkgname, '__init__.py'))
643 create_empty_file(os.path.join(self.subpkgname, '__init__.py'))
687 create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py'))
Dtest_runpy.py18 from test.support.os_helper import create_empty_file, temp_dir, FakePath
221 create_empty_file(pkg_fname)
381 create_empty_file(sibling_fname)
391 create_empty_file(nephew_fname)
Dtest_glob.py11 can_symlink, create_empty_file, change_cwd)
28 create_empty_file(filename)
519 create_empty_file(os.path.join('dir', 'file'))
Dtest_dbm.py84 os_helper.create_empty_file(_fname)
Dtest_shutil.py393 os_helper.create_empty_file(self.child_file_path)
451 os_helper.create_empty_file(self.child_file_path)
519 os_helper.create_empty_file(self.child_file_path)
2896 os_helper.create_empty_file(os.path.join(self.src_dir, 'child'))
2897 os_helper.create_empty_file(os.path.join(self.src_dir, 'child1'))
2966 os_helper.create_empty_file(os.path.join(TESTFN_SRC, 'child'))
Dtest_posix.py819 os_helper.create_empty_file(os_helper.TESTFN)
1516 os_helper.create_empty_file(fullname)
1685 os_helper.create_empty_file(fullname)
Dtest_zipimport.py942 os_helper.create_empty_file(TESTMOD)
Dtest_optparse.py1043 os_helper.create_empty_file(os_helper.TESTFN)
Dtest_tarfile.py1508 os_helper.create_empty_file(name)
1547 os_helper.create_empty_file(foo)
Dtest_mailbox.py1039 os_helper.create_empty_file(filename)
Dtest_os.py2589 os_helper.create_empty_file(os.path.join(self.bdir, fn))
/external/bazelbuild-rules_android/rules/aar_import/
Dimpl.bzl64 create_empty_file = False):
71 if ! {create_empty_file} || {unzip_tool} -l {aar} | grep -q {file}; then
81 create_empty_file = str(create_empty_file).lower(),
/external/python/cpython3/Lib/test/support/
Dos_helper.py559 def create_empty_file(filename): function
/external/python/cpython3/Lib/test/test_import/
D__init__.py1695 os_helper.create_empty_file(init_file)
/external/python/cpython3/Doc/library/
Dtest.rst1456 .. function:: create_empty_file(filename)