Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/site_tests/platform_FileNum/
H A Dplatform_FileNum.py31 def create_files(self, target_dir, count): member in platform_FileNum
/aosp_15_r20/external/pigweed/pw_arduino_build/py/
H A Dfile_operations_test.py40 def create_files(root_dir, file_names): function
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dtreesync.py30 create_files = "yes" variable
/aosp_15_r20/external/python/watchdog/tests/
Dtest_fsevents.py156 def create_files(): function
/aosp_15_r20/system/extras/ioshark/
H A Dioshark_bench.c165 create_files(struct thread_state_s *state) in create_files() function
/aosp_15_r20/system/vold/bench/inodeop_bench/
H A Dinodeop_bench.cpp169 bool create_files(const std::string& dir, int n_file, const std::string& basename) { in create_files() function
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dblock_files.cc262 bool BlockFiles::Init(bool create_files) { in Init()
H A Dbackend_impl.cc222 bool create_files = false; in SyncInit() local