Searched refs:scan_dir (Results 1 – 3 of 3) 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/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()
|