Searched refs:file_or_dir (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/tests/ts_extra_tests/tool/ |
D | test_helper.py | 42 def is_root_dir(dir_path, file_or_dir, file_or_dir_results, limit_version): argument 47 for f_item in file_or_dir: 49 file_or_dir_results = file_or_dir 62 return dir_path, file_or_dir, file_or_dir_results, limit_version 68 file_or_dir = os.listdir(dir_path) 75 … dir_path, file_or_dir, file_or_dir_results, limit_version = is_root_dir(dir_path, file_or_dir, 78 file_or_dir_results = file_or_dir
|
/third_party/python/Doc/library/ |
D | tabnanny.rst | 27 .. function:: check(file_or_dir) 29 If *file_or_dir* is a directory and not a symbolic link, then recursively 30 descend the directory tree named by *file_or_dir*, checking all :file:`.py` 31 files along the way. If *file_or_dir* is an ordinary Python source file, it
|
/third_party/libuv/test/ |
D | test-fork.c | 414 static void assert_watch_file_current_dir(uv_loop_t* const loop, int file_or_dir) { in assert_watch_file_current_dir() argument 429 file_or_dir == 1 ? "." : "watch_file", in assert_watch_file_current_dir() 458 static int _do_fork_fs_events_child(int file_or_dir) { in _do_fork_fs_events_child() argument 464 assert_watch_file_current_dir(uv_default_loop(), file_or_dir); in _do_fork_fs_events_child() 476 file_or_dir = FS_TEST_FILE; in _do_fork_fs_events_child() 481 assert_watch_file_current_dir(&loop, file_or_dir); in _do_fork_fs_events_child() 492 assert_watch_file_current_dir(uv_default_loop(), file_or_dir); in _do_fork_fs_events_child()
|