Home
last modified time | relevance | path

Searched refs:USE_CWD (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
Ddatafiles.py22 relroot=fsutil.USE_CWD,
33 def read_known(infile, extracolumns=None, relroot=fsutil.USE_CWD):
65 relroot=fsutil.USE_CWD,
92 def read_ignored(infile, relroot=fsutil.USE_CWD):
97 if relroot and relroot is not fsutil.USE_CWD:
112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD):
114 if relroot and relroot is not fsutil.USE_CWD:
Dinfo.py228 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
315 def fix_filenames(self, relroot=fsutil.USE_CWD, **kwargs):
316 if relroot and relroot is not fsutil.USE_CWD:
D__main__.py304 relroot=fsutil.USE_CWD,
378 relroot=fsutil.USE_CWD,
441 relroot=fsutil.USE_CWD,
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py11 USE_CWD = object() variable
38 def fix_filename(filename, relroot=USE_CWD, *,
43 if not relroot or relroot is USE_CWD:
71 def fix_filenames(filenames, relroot=USE_CWD):
72 if not relroot or relroot is USE_CWD:
80 def format_filename(filename, relroot=USE_CWD, *,
92 elif relroot is USE_CWD:
136 relroot=USE_CWD,
138 if relroot and relroot is not USE_CWD:
Dscriptutil.py534 def filter_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD):
543 def main_for_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD):
567 if relroot and relroot is not fsutil.USE_CWD:
/third_party/python/Tools/c-analyzer/c_parser/
Ddatafiles.py85 def iter_decls_tsv(infile, extracolumns=None, relroot=fsutil.USE_CWD):
86 if relroot and relroot is not fsutil.USE_CWD:
95 relroot=fsutil.USE_CWD,
98 if relroot and relroot is not fsutil.USE_CWD:
Dinfo.py179 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
247 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
322 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
629 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):