/build/soong/finder/fs/ |
D | fs_darwin.go | 24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) { argument 33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { argument 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) { argument
|
D | fs_linux.go | 24 func (osFs) InodeNumber(info os.FileInfo) (number uint64, err error) { argument 33 func (osFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { argument 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) { argument
|
D | fs.go | 53 Lstat(path string) (stats os.FileInfo, err error) 56 InodeNumber(info os.FileInfo) (number uint64, err error) argument 57 DeviceNumber(info os.FileInfo) (number uint64, err error) argument 58 PermTime(info os.FileInfo) (time time.Time, err error) argument 84 var _ DirEntryInfo = os.FileInfo(nil) 98 func (osFs) Lstat(path string) (stats os.FileInfo, err error) { 445 func (m *MockFs) Lstat(path string) (stats os.FileInfo, err error) { 488 func (m *MockFs) InodeNumber(info os.FileInfo) (number uint64, err error) { 495 func (m *MockFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { 502 func (m *MockFs) PermTime(info os.FileInfo) (when time.Time, err error) {
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 105 if f.FileInfo().IsDir() { 106 must(os.MkdirAll(filename, f.FileInfo().Mode())) 113 must(writeFile(filename, in, f.FileInfo().Mode()))
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 55 stat os.FileInfo 58 func newNode(hostPath string, devicePath string, stat os.FileInfo) Node { argument 128 err = filepath.Walk(dir, func(path string, stat os.FileInfo, err error) error {
|
/build/blueprint/pathtools/ |
D | fs.go | 107 Lstat(name string) (os.FileInfo, error) 110 Stat(name string) (os.FileInfo, error) 161 func (osFs) Lstat(path string) (stats os.FileInfo, err error) { 165 func (osFs) Stat(path string) (stats os.FileInfo, err error) { 358 func (m *mockFs) Lstat(name string) (os.FileInfo, error) { 382 func (m *mockFs) Stat(name string) (os.FileInfo, error) {
|
/build/soong/third_party/zip/ |
D | struct.go | 94 func (h *FileHeader) FileInfo() os.FileInfo { func 120 func FileInfoHeader(fi os.FileInfo) (*FileHeader, error) { argument
|
D | zip_test.go | 67 fi := fh.FileInfo()
|
/build/soong/cmd/diff_target_files/ |
D | target_files.go | 50 if f.FileInfo().IsDir() {
|
/build/soong/bpfix/cmd/ |
D | bpfix.go | 115 func makeFileVisitor(fixRequest bpfix.FixRequest) func(string, os.FileInfo, error) error { 116 return func(path string, f os.FileInfo, err error) error {
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 180 return ze.content.FileInfo().IsDir() 206 return be.fh.FileInfo().IsDir() 360 if stripDirEntries && file.FileInfo().IsDir() {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 114 visitFile := func(path string, f os.FileInfo, err error) error {
|
/build/soong/cmd/sbox/ |
D | sbox.go | 85 filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 211 func visitFile(path string, f os.FileInfo, err error) error { argument
|
/build/soong/cc/ |
D | cmakelists.go | 102 func linkAggregateCMakeListsFiles(path string, info os.FileInfo, err error) error { argument
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 414 err = filepath.Walk(absDir, func(path string, info os.FileInfo, err error) error {
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 527 err = filepath.Walk(absDir, func(path string, info os.FileInfo, err error) error {
|
/build/blueprint/microfactory/ |
D | microfactory.go | 265 foundPkgs, err := parser.ParseDir(token.NewFileSet(), path, func(fi os.FileInfo) bool {
|
/build/soong/zip/ |
D | zip.go | 595 var s os.FileInfo
|