Home
last modified time | relevance | path

Searched refs:remove_dir_from_path (Results 1 – 2 of 2) sorted by relevance

/external/clang/utils/check_cfc/
Dtest_check_cfc.py26 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'))
Dcheck_cfc.py93 def remove_dir_from_path(path_var, directory): function
106 return remove_dir_from_path(path, scriptdir)