Lines Matching refs:fileinfo
1823 fileinfo = FileInfo(filename)
1824 file_path_from_root = fileinfo.RepositoryName()
1829 %(_root, fileinfo.RepositoryName()))
1857 full_path = fileinfo.FullName()
1982 fileinfo = FileInfo(filename)
1983 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
1986 headerfile = filename[0:len(filename) - len(fileinfo.Extension())] + '.h'
1999 '%s should include its header file %s' % (fileinfo.RepositoryName(),
4451 def _ClassifyInclude(fileinfo, include, is_system): argument
4489 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName())))
4525 fileinfo = FileInfo(filename)
4553 os.path.dirname(fileinfo.RepositoryName()) != os.path.dirname(include)):
4571 _ClassifyInclude(fileinfo, include, is_system))
4575 (error_message, fileinfo.BaseName()))
5431 fileinfo = FileInfo(filename_cc)
5432 if not fileinfo.IsSource():
5434 filename_cc = filename_cc[:-len(fileinfo.Extension())]
5435 matched_test_suffix = Search(_TEST_FILE_SUFFIX, fileinfo.BaseName())