Home | History | Annotate | Download | only in checkers

Lines Matching refs:fileinfo

632 class FileInfo:
635 FileInfo provides easy access to the components of a file's path
2925 target_base = FileInfo(filename).base_name()
2926 include_base = FileInfo(include).base_name()
2954 fileinfo = FileInfo(filename)
2955 if not fileinfo.is_source():
2957 primary_header = fileinfo.no_extension() + ".h"