/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | datafiles.py | 3 from c_common import fsutil namespace 22 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:
|
H A D | __main__.py | 8 from c_common import fsutil namespace 304 relroot=fsutil.USE_CWD, 321 filenames, relroot = fsutil.fix_filenames(filenames, relroot=relroot) 378 relroot=fsutil.USE_CWD, 392 filenames, relroot = fsutil.fix_filenames(filenames, relroot=relroot) 441 relroot=fsutil.USE_CWD, 454 filenames, relroot = fsutil.fix_filenames(filenames, relroot=relroot)
|
H A D | info.py | 4 from c_common import fsutil namespace 228 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:
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | datafiles.py | 3 from c_common import fsutil namespace 85 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:
|
H A D | __init__.py | 1 from c_common.fsutil import match_glob as _match_glob
|
H A D | info.py | 6 from c_common import fsutil namespace 156 fix = fsutil.format_filename 158 fix = fsutil.fix_filename 179 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):
|
H A D | __main__.py | 5 from c_common import fsutil namespace
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 10 from . import fsutil, strutil, iterutil, logging as loggingutil namespace 81 return fsutil.is_executable(filename) 311 return fsutil.process_filenames(filenames, relroot=relroot, **kwargs) 534 def filter_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD): 543 def main_for_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD): 544 filenames, relroot = fsutil.fix_filenames(filenames, relroot=relroot) 558 yield from fsutil.process_filenames(filenames, relroot=relroot) 567 if relroot and relroot is not fsutil.USE_CWD: 571 relfile = fsutil.format_filename(filename, relroot, fixroot=False)
|
H A D | tables.py | 5 from . import NOT_SET, strutil, fsutil namespace 127 fsutil.create_backup(outfile, backup)
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | Makefile | 9 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _files.py | 3 from c_common.fsutil import expand_filenames, iter_files_by_suffix
|
H A D | __main__.py | 4 from c_common.fsutil import expand_filenames, iter_files_by_suffix
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | __init__.py | 6 from c_common.fsutil import match_glob as _match_glob
|