HomeSort by relevance Sort by last modified time
    Searched full:remove_dir_from_path (Results 1 - 2 of 2) sorted by null

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

Completed in 63 milliseconds