Searched refs:scan_dir (Results 1 – 7 of 7) sorted by relevance
/external/flatbuffers/.travis/ |
D | check-sources.sh | 19 scan_dir="$1" 21 scan_dir="$( pwd )" 26 echo "scan root directory = '$scan_dir'" 30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$" 31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$" 32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$" 33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
|
D | check-sources.sh.py | 5 def check_encoding(encoding, scan_dir, regex_pattern): argument 10 for root, dirs, files in os.walk(scan_dir):
|
/external/curl/tests/ |
D | disable-scan.pl | 62 sub scan_dir { subroutine 73 scan_dir("$root/src"); 74 scan_dir("$root/lib"); 75 scan_dir("$root/lib/vtls"); 76 scan_dir("$root/lib/vauth");
|
/external/e2fsprogs/lib/ext2fs/ |
D | finddev.c | 82 static int scan_dir(char *dirname, dev_t device, struct dir_list **list, in scan_dir() function 151 scan_dir(current->name, device, &new_list, &ret_path); in ext2fs_find_block_device()
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | example_test.py | 144 entries = sorted(example.scan_dir('/test'), key=lambda e: e.name) 163 entries = sorted(example.scan_dir('/test'), key=lambda e: e.name)
|
D | example.py | 138 def scan_dir(path): function
|
/external/libwebsockets/plugins/generic-table/ |
D | protocol_table_dirlisting.c | 84 scan_dir(struct lws *wsi, struct per_session_data__tbl_dir *pss) in scan_dir() function 248 if (scan_dir(wsi, pss)) in callback_lws_table_dirlisting()
|