OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_var
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/check_cfc/
test_check_cfc.py
30
path_var
= os.pathsep.join(
32
stripped_path_var = check_cfc.remove_dir_from_path(
path_var
, 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):
94
"""Remove the specified directory from
path_var
, a string representing
96
pathlist =
path_var
.split(os.pathsep)
Completed in 374 milliseconds