Home
last modified time | relevance | path

Searched refs:fsutil (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py3 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__.py8 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 Dinfo.py4 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 Ddatafiles.py3 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__.py1 from c_common.fsutil import match_glob as _match_glob
H A Dinfo.py6 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__.py5 from c_common import fsutil namespace
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py10 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 Dtables.py5 from . import NOT_SET, strutil, fsutil namespace
127 fsutil.create_backup(outfile, backup)
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A DMakefile9 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
/third_party/python/Tools/c-analyzer/cpython/
H A D_files.py3 from c_common.fsutil import expand_filenames, iter_files_by_suffix
H A D__main__.py4 from c_common.fsutil import expand_filenames, iter_files_by_suffix
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A D__init__.py6 from c_common.fsutil import match_glob as _match_glob

Completed in 7 milliseconds