Home
last modified time | relevance | path

Searched defs:create_files (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/platform_FileNum/
Dplatform_FileNum.py31 def create_files(self, target_dir, count): member in platform_FileNum
/external/pigweed/pw_arduino_build/py/
Dfile_operations_test.py40 def create_files(root_dir, file_names): function
/external/python/watchdog/tests/
Dtest_fsevents.py156 def create_files(): function
/external/cronet/tot/net/disk_cache/blockfile/
Dblock_files.cc266 bool BlockFiles::Init(bool create_files) { in Init()
Dbackend_impl.cc221 bool create_files = false; in SyncInit() local
/external/cronet/stable/net/disk_cache/blockfile/
Dblock_files.cc266 bool BlockFiles::Init(bool create_files) { in Init()
Dbackend_impl.cc221 bool create_files = false; in SyncInit() local
/external/python/cpython3/Lib/test/
Dtest_clinic.py2713 def create_files(files, srcdir, code): function