Home
last modified time | relevance | path

Searched refs:fileinfo (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/tools/
Dcpplint.py1829 fileinfo = FileInfo(filename)
1830 file_path_from_root = fileinfo.RepositoryName()
1835 %(_root, fileinfo.RepositoryName()))
1863 full_path = fileinfo.FullName()
1988 fileinfo = FileInfo(filename)
1989 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
1992 headerfile = filename[0:len(filename) - len(fileinfo.Extension())] + '.h'
2005 '%s should include its header file %s' % (fileinfo.RepositoryName(),
4467 def _ClassifyInclude(fileinfo, include, is_system): argument
4505 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName())))
[all …]