Searched refs:FileInfo (Results 1 – 2 of 2) sorted by relevance
/tools/treble/hacksaw/workspace/ |
D | copier.go | 82 func(path string, info os.FileInfo, err error) error { 143 func (f FileCopier) CopyNode(sourceInfo os.FileInfo, codebaseDir, sourcePath, workspaceDir string) … 175 func (f FileCopier) CopyDirOnly(sourceInfo os.FileInfo, destPath string) error { 188 func (f FileCopier) CopyFile(sourceInfo os.FileInfo, sourcePath, destPath string) error { 214 func (f FileCopier) CopyDirRecursive(sourceInfo os.FileInfo, sourcePath, destPath string) error {
|
/tools/repohooks/tools/ |
D | cpplint.py | 1098 class FileInfo(object): class 1829 fileinfo = FileInfo(filename) 1988 fileinfo = FileInfo(filename) 1995 headername = FileInfo(headerfile).RepositoryName() 4541 fileinfo = FileInfo(filename) 5447 fileinfo = FileInfo(filename_cc) 5561 abs_filename = FileInfo(filename).FullName()
|