/prebuilts/go/darwin-x86/src/os/ |
getwd.go | 40 if err == nil && SameFile(dot, d) { 60 if err == nil && SameFile(dot, d) { 72 if SameFile(root, dot) { 97 if SameFile(d, dot) { 110 if SameFile(pd, root) {
|
os_windows_test.go | 74 if !os.SameFile(ia1, ia2) { 86 if !os.SameFile(ia1, ia3) {
|
types_windows.go | 18 // used to implement SameFile 86 // hopefully this will work for SameFile 92 func sameFile(fs1, fs2 *fileStat) bool {
|
types.go | 105 // SameFile reports whether fi1 and fi2 describe the same file. 109 // SameFile only applies to results returned by this package's Stat. 111 func SameFile(fi1, fi2 FileInfo) bool { 117 return sameFile(fs1, fs2)
|
os_test.go | 576 if !SameFile(tostat, fromstat) { 642 if !SameFile(tostat, fromstat) { 819 if !SameFile(fi1, fi2) { [all...] |
/prebuilts/go/linux-x86/src/os/ |
getwd.go | 40 if err == nil && SameFile(dot, d) { 60 if err == nil && SameFile(dot, d) { 72 if SameFile(root, dot) { 97 if SameFile(d, dot) { 110 if SameFile(pd, root) {
|
os_windows_test.go | 74 if !os.SameFile(ia1, ia2) { 86 if !os.SameFile(ia1, ia3) {
|
types_windows.go | 18 // used to implement SameFile 86 // hopefully this will work for SameFile 92 func sameFile(fs1, fs2 *fileStat) bool {
|
types.go | 105 // SameFile reports whether fi1 and fi2 describe the same file. 109 // SameFile only applies to results returned by this package's Stat. 111 func SameFile(fi1, fi2 FileInfo) bool { 117 return sameFile(fs1, fs2)
|
os_test.go | 576 if !SameFile(tostat, fromstat) { 642 if !SameFile(tostat, fromstat) { 819 if !SameFile(fi1, fi2) { [all...] |
/prebuilts/go/darwin-x86/src/cmd/addr2line/ |
addr2line_test.go | 80 if !os.SameFile(fi1, fi2) {
|
/prebuilts/go/linux-x86/src/cmd/addr2line/ |
addr2line_test.go | 80 if !os.SameFile(fi1, fi2) {
|
/external/clang/lib/Driver/ |
Driver.cpp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
util.go | 495 return os.SameFile(fi1, fi2)
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host_test.go | 74 if os.SameFile(fi1, fi2) {
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
util.go | 495 return os.SameFile(fi1, fi2)
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
host_test.go | 74 if os.SameFile(fi1, fi2) {
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path_test.go | 912 if err != nil || !os.SameFile(absinfo, info) {
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path_test.go | 912 if err != nil || !os.SameFile(absinfo, info) {
|
/prebuilts/go/darwin-x86/src/net/http/ |
fs_test.go | 343 if !os.SameFile(gfi, wfi) {
|
/prebuilts/go/linux-x86/src/net/http/ |
fs_test.go | 343 if !os.SameFile(gfi, wfi) {
|