Searched refs:create_empty_file (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython3/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 | 241 os_helper.create_empty_file(path)
|
/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_create_cdb.py | 8 from . import make_args, silent_check_call, silent_call, create_empty_file 143 create_empty_file(filename) 158 create_empty_file(filename)
|
D | test_from_cmd.py | 8 from . import make_args, check_call_and_report, create_empty_file 86 create_empty_file(src_file)
|
D | __init__.py | 69 def create_empty_file(filename): function
|
/external/python/cpython3/Lib/test/ |
D | test_unicode_file.py | 10 TESTFN_UNENCODABLE, create_empty_file) 106 create_empty_file(filename)
|
D | test_reprlib.py | 15 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'))
|
D | test_runpy.py | 18 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)
|
D | test_glob.py | 11 can_symlink, create_empty_file, change_cwd) 28 create_empty_file(filename) 519 create_empty_file(os.path.join('dir', 'file'))
|
D | test_dbm.py | 84 os_helper.create_empty_file(_fname)
|
D | test_shutil.py | 393 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'))
|
D | test_posix.py | 819 os_helper.create_empty_file(os_helper.TESTFN) 1516 os_helper.create_empty_file(fullname) 1685 os_helper.create_empty_file(fullname)
|
D | test_zipimport.py | 942 os_helper.create_empty_file(TESTMOD)
|
D | test_optparse.py | 1043 os_helper.create_empty_file(os_helper.TESTFN)
|
D | test_tarfile.py | 1508 os_helper.create_empty_file(name) 1547 os_helper.create_empty_file(foo)
|
D | test_mailbox.py | 1039 os_helper.create_empty_file(filename)
|
D | test_os.py | 2589 os_helper.create_empty_file(os.path.join(self.bdir, fn))
|
/external/bazelbuild-rules_android/rules/aar_import/ |
D | impl.bzl | 64 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/ |
D | os_helper.py | 559 def create_empty_file(filename): function
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 1695 os_helper.create_empty_file(init_file)
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1456 .. function:: create_empty_file(filename)
|