/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/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/soong/cmd/zipsync/ |
D | zipsync.go | 117 if f.FileInfo().IsDir() { 125 must(writeFile(filename, in, f.FileInfo().Mode()))
|
/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/blueprint/pathtools/ |
D | fs.go | 110 Lstat(name string) (os.FileInfo, error) 113 Stat(name string) (os.FileInfo, error) 207 func (fs *osFs) Lstat(path string) (stats os.FileInfo, err error) { 211 func (fs *osFs) Stat(path string) (stats os.FileInfo, err error) { 404 func (m *mockFs) Lstat(name string) (os.FileInfo, error) { 428 func (m *mockFs) Stat(name string) (os.FileInfo, error) {
|
/build/soong/bpfix/cmd_lib/ |
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/diff_target_files/ |
D | target_files.go | 50 if f.FileInfo().IsDir() {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 114 visitFile := func(path string, f os.FileInfo, err error) error {
|
/build/soong/ui/build/ |
D | kati.go | 179 func(path string, info os.FileInfo, err error) error {
|
D | config.go | 408 err := filepath.Walk(buildDir, func(path string, info os.FileInfo, err error) error {
|
/build/soong/cmd/sbox/ |
D | sbox.go | 91 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/cmd/merge_zips/ |
D | merge_zips.go | 70 isDir: fi.FileInfo().IsDir(), 111 return be.fh.FileInfo().IsDir()
|
/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 | 423 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/cmd/pom2bp/ |
D | pom2bp.go | 656 err = filepath.Walk(absDir, func(path string, info os.FileInfo, err error) error {
|
/build/soong/zip/ |
D | zip.go | 598 var s os.FileInfo
|