Home | History | Annotate | Download | only in checkers

Lines Matching defs:FileInfo

610 class FileInfo:
613 FileInfo provides easy access to the components of a file's path
2581 target_base = FileInfo(filename).base_name()
2582 include_base = FileInfo(include).base_name()
2605 fileinfo = FileInfo(filename)
2606 if not fileinfo.is_source():
2608 primary_header = fileinfo.no_extension() + ".h"