Lines Matching refs:fileinfo
1822 fileinfo = FileInfo(filename)
1823 file_path_from_root = fileinfo.RepositoryName()
1828 %(_root, fileinfo.RepositoryName()))
1856 full_path = fileinfo.FullName()
1981 fileinfo = FileInfo(filename)
1982 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
1985 headerfile = filename[0:len(filename) - len(fileinfo.Extension())] + '.h'
1998 '%s should include its header file %s' % (fileinfo.RepositoryName(),
4450 def _ClassifyInclude(fileinfo, include, is_system): argument
4488 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName())))
4524 fileinfo = FileInfo(filename)
4552 os.path.dirname(fileinfo.RepositoryName()) != os.path.dirname(include)):
4570 _ClassifyInclude(fileinfo, include, is_system))
4574 (error_message, fileinfo.BaseName()))
5430 fileinfo = FileInfo(filename_cc)
5431 if not fileinfo.IsSource():
5433 filename_cc = filename_cc[:-len(fileinfo.Extension())]
5434 matched_test_suffix = Search(_TEST_FILE_SUFFIX, fileinfo.BaseName())