/external/syslinux/win/ |
ntfssect.c | 34 CHAR * VolumeName, 94 CHAR * VolumeName, 104 strcpy(volname + sizeof M_VOL_PREFIX - 1, VolumeName); 139 CHAR * VolumeName, 146 if (!VolumeName || !VolumeInfo) 149 rc = NtfsSectGetVolumeHandle(VolumeName, VolumeInfo); 158 VolumeName,
|
ntfssect.h | 71 * @v VolumeName 76 CHAR * VolumeName,
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_windows_test.go | 47 noVolume := file[len(filepath.VolumeName(file)):]
|
main.go | 528 sv := strings.ToUpper(filepath.VolumeName(s)) 529 pv := strings.ToUpper(filepath.VolumeName(prefix))
|
vendor_test.go | 69 vol := filepath.VolumeName(s)
|
/prebuilts/go/linux-x86/src/cmd/go/ |
go_windows_test.go | 47 noVolume := file[len(filepath.VolumeName(file)):]
|
main.go | 528 sv := strings.ToUpper(filepath.VolumeName(s)) 529 pv := strings.ToUpper(filepath.VolumeName(prefix))
|
vendor_test.go | 69 vol := filepath.VolumeName(s)
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
symlink_windows.go | 12 // normVolumeName is like VolumeName, but makes drive letter upper case. 16 volume := VolumeName(path)
|
path.go | 191 vol := VolumeName(path) 259 baseVol := VolumeName(basepath) 260 targVol := VolumeName(targpath) 435 path = path[len(VolumeName(path)):] 458 vol := VolumeName(path) 467 // VolumeName returns leading volume name. 471 func VolumeName(path string) string {
|
path_windows_test.go | 49 if cd := filepath.Clean(d); filepath.VolumeName(cd) != "" || 234 tempVol := filepath.VolumeName(os.TempDir()) 266 vol := filepath.VolumeName(path) 388 tmpVol := filepath.VolumeName(ctmp)
|
path_test.go | 896 volDot := filepath.VolumeName(tmpDir) + "." 1101 vol := filepath.VolumeName(root) 1261 if vol := filepath.VolumeName(v.path); vol != v.vol { 1262 t.Errorf("VolumeName(%q)=%q, want %q", v.path, vol, v.vol)
|
/prebuilts/go/linux-x86/src/path/filepath/ |
symlink_windows.go | 12 // normVolumeName is like VolumeName, but makes drive letter upper case. 16 volume := VolumeName(path)
|
path.go | 191 vol := VolumeName(path) 259 baseVol := VolumeName(basepath) 260 targVol := VolumeName(targpath) 435 path = path[len(VolumeName(path)):] 458 vol := VolumeName(path) 467 // VolumeName returns leading volume name. 471 func VolumeName(path string) string {
|
path_windows_test.go | 49 if cd := filepath.Clean(d); filepath.VolumeName(cd) != "" || 234 tempVol := filepath.VolumeName(os.TempDir()) 266 vol := filepath.VolumeName(path) 388 tmpVol := filepath.VolumeName(ctmp)
|
path_test.go | 896 volDot := filepath.VolumeName(tmpDir) + "." 1101 vol := filepath.VolumeName(root) 1261 if vol := filepath.VolumeName(v.path); vol != v.vol { 1262 t.Errorf("VolumeName(%q)=%q, want %q", v.path, vol, v.vol)
|
/prebuilts/go/darwin-x86/src/os/ |
executable_test.go | 77 dir = filepath.VolumeName(cwd)
|
os_windows_test.go | 66 p := filepath.VolumeName(path) + filepath.Base(path) 583 f, err := os.Open(filepath.VolumeName(tmpdir))
|
/prebuilts/go/linux-x86/src/os/ |
executable_test.go | 77 dir = filepath.VolumeName(cwd)
|
os_windows_test.go | 66 p := filepath.VolumeName(path) + filepath.Base(path) 583 f, err := os.Open(filepath.VolumeName(tmpdir))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntmsapi.h | 922 WCHAR VolumeName[256]; [all...] |
ksmedia.h | [all...] |
iads.h | 665 LPWSTR VolumeName; [all...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
exec.go | 293 if filepath.VolumeName(path) != "" {
|
/prebuilts/go/linux-x86/src/os/exec/ |
exec.go | 293 if filepath.VolumeName(path) != "" {
|