Searched refs:remove_dir_from_path (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
H A D | test_check_cfc.py | 26 bin_path, check_cfc.remove_dir_from_path(bin_path, bin_path)) 32 stripped_path_var = check_cfc.remove_dir_from_path(path_var, bin_path) 39 check_cfc.remove_dir_from_path(r'/usr//bin', bin_path)) 45 bin_path, check_cfc.remove_dir_from_path(path_var, r'/USR/BIN')) 49 bin_path, check_cfc.remove_dir_from_path(path_var, r'/USR/BIN'))
|
H A D | check_cfc.py | 96 def remove_dir_from_path(path_var, directory): function 109 return remove_dir_from_path(path, scriptdir)
|