OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VolumeName
(Results
1 - 19
of
19
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/go/
go_windows_test.go
46
noVolume := file[len(filepath.
VolumeName
(file)):]
vendor_test.go
62
vol := filepath.
VolumeName
(s)
main.go
508
sv := strings.ToUpper(filepath.
VolumeName
(s))
509
pv := strings.ToUpper(filepath.
VolumeName
(prefix))
/prebuilts/go/linux-x86/src/cmd/go/
go_windows_test.go
46
noVolume := file[len(filepath.
VolumeName
(file)):]
vendor_test.go
62
vol := filepath.
VolumeName
(s)
main.go
508
sv := strings.ToUpper(filepath.
VolumeName
(s))
509
pv := strings.ToUpper(filepath.
VolumeName
(prefix))
/prebuilts/go/darwin-x86/src/path/filepath/
path.go
192
vol :=
VolumeName
(path)
257
baseVol :=
VolumeName
(basepath)
258
targVol :=
VolumeName
(targpath)
428
path = path[len(
VolumeName
(path)):]
451
vol :=
VolumeName
(path)
460
//
VolumeName
returns leading volume name.
464
func
VolumeName
(path string) string {
path_windows_test.go
65
if cd := filepath.Clean(d); filepath.
VolumeName
(cd) != "" ||
path_test.go
881
vol := filepath.
VolumeName
(root)
1038
if vol := filepath.
VolumeName
(v.path); vol != v.vol {
1039
t.Errorf("
VolumeName
(%q)=%q, want %q", v.path, vol, v.vol)
/prebuilts/go/linux-x86/src/path/filepath/
path.go
192
vol :=
VolumeName
(path)
257
baseVol :=
VolumeName
(basepath)
258
targVol :=
VolumeName
(targpath)
428
path = path[len(
VolumeName
(path)):]
451
vol :=
VolumeName
(path)
460
//
VolumeName
returns leading volume name.
464
func
VolumeName
(path string) string {
path_windows_test.go
65
if cd := filepath.Clean(d); filepath.
VolumeName
(cd) != "" ||
path_test.go
881
vol := filepath.
VolumeName
(root)
1038
if vol := filepath.
VolumeName
(v.path); vol != v.vol {
1039
t.Errorf("
VolumeName
(%q)=%q, want %q", v.path, vol, v.vol)
/prebuilts/go/darwin-x86/src/os/
os_windows_test.go
78
p := filepath.
VolumeName
(path) + filepath.Base(path)
/prebuilts/go/linux-x86/src/os/
os_windows_test.go
78
p := filepath.
VolumeName
(path) + filepath.Base(path)
/prebuilts/go/darwin-x86/src/os/exec/
exec.go
271
if filepath.
VolumeName
(path) != "" {
/prebuilts/go/linux-x86/src/os/exec/
exec.go
271
if filepath.
VolumeName
(path) != "" {
/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
...]
Completed in 328 milliseconds