HomeSort by relevance Sort by last modified time
    Searched refs:filepath (Results 201 - 225 of 1084) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 14 "path/filepath"
50 for _, p := range []string{"types", "constant", filepath.Join("internal", "gcimporter")} {
51 path := filepath.Join("..", p)
82 filepath.Base(path), d, lines, int64(float64(lines)/d.Seconds()), ignoreFuncBodies,
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows.go 10 "path/filepath"
83 if f, err := findExecutable(filepath.Join(".", file), exts); err == nil {
87 for _, dir := range filepath.SplitList(path) {
88 if f, err := findExecutable(filepath.Join(dir, file), exts); err == nil {
lp_plan9.go 10 "path/filepath"
48 for _, dir := range filepath.SplitList(path) {
49 path := filepath.Join(dir, file)
lp_unix.go 12 "path/filepath"
47 for _, dir := range filepath.SplitList(path) {
52 path := filepath.Join(dir, file)
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 13 "path/filepath"
22 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
52 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
59 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
60 tg.cd(filepath.Join(tg.pwd(), "testdata/src/vend/hello"))
69 vol := filepath.VolumeName(s)
72 gopath := changeVolume(filepath.Join(tg.pwd(), "testdata"), strings.ToLower)
74 cd := changeVolume(filepath.Join(tg.pwd(), "testdata/src/vend/hello"), strings.ToUpper)
83 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
84 tg.cd(filepath.Join(tg.pwd(), "testdata/src/vend/hello")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
line.go 9 "path/filepath"
21 return filepath.ToSlash(path)
30 if dir != "" && !filepath.IsAbs(file) {
31 abs = filepath.Join(dir, file)
  /prebuilts/go/linux-x86/src/cmd/link/
dwarf_test.go 16 "path/filepath"
49 exe := filepath.Join(tmpDir, prog+".exe")
83 // TODO: We'd like to use filepath.Join here.
115 t.Errorf("%#x is %s:%d, want %s:%d", addr, line.File.Name, line.Line, filepath.Join("...", wantFile), wantLine)
  /prebuilts/go/linux-x86/src/go/types/
self_test.go 14 "path/filepath"
50 for _, p := range []string{"types", "constant", filepath.Join("internal", "gcimporter")} {
51 path := filepath.Join("..", p)
82 filepath.Base(path), d, lines, int64(float64(lines)/d.Seconds()), ignoreFuncBodies,
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows.go 10 "path/filepath"
83 if f, err := findExecutable(filepath.Join(".", file), exts); err == nil {
87 for _, dir := range filepath.SplitList(path) {
88 if f, err := findExecutable(filepath.Join(dir, file), exts); err == nil {
lp_plan9.go 10 "path/filepath"
48 for _, dir := range filepath.SplitList(path) {
49 path := filepath.Join(dir, file)
lp_unix.go 12 "path/filepath"
47 for _, dir := range filepath.SplitList(path) {
52 path := filepath.Join(dir, file)
  /build/blueprint/pathtools/
lists.go 18 "path/filepath"
23 // element of paths. The resulting paths are "clean" in the filepath.Clean
28 result[i] = filepath.Join(prefix, path)
  /build/kati/
fileutil.go 19 "path/filepath"
49 vtarget := filepath.Join(dir, target)
56 vtarget := filepath.Join(dir, target)
  /build/kati/testcase/
gen_testcase_parse_benchmark.go 24 "path/filepath"
57 base := filepath.Base(fname)
96 matches, err := filepath.Glob("testcase/*.mk")
  /build/soong/cmd/extract_jar_packages/
extract_jar_packages.go 24 "path/filepath"
42 dir := filepath.Dir(file)
68 ext := filepath.Ext(f.Name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_parser.py 165 for filepath in support.all_project_files():
166 with open(filepath, "rb") as fp:
169 "can't detect encoding for %s" % filepath)
170 with open(filepath, "r") as fp:
175 if diff(filepath, new, encoding):
176 self.fail("Idempotency failed: %s" % filepath)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
path.go 9 "path/filepath"
25 if rel, err := filepath.Rel(Cwd, path); err == nil && len(rel) < len(path) {
38 rel, err := filepath.Rel(pwd, p)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm_test.go 14 "path/filepath"
37 tmpfile := filepath.Join(dir, "x.s")
44 cmd := exec.Command(testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), tmpfile)
  /prebuilts/go/darwin-x86/src/compress/gzip/
issue14937_test.go 6 "path/filepath"
24 goroot, err := filepath.EvalSymlinks(runtime.GOROOT())
29 err = filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16037_run.go 18 "path/filepath"
61 path := filepath.Join(dir, "ridiculous_number_of_fields.go")
66 out, err := exec.Command("go", "build", "-o="+filepath.Join(dir, "out"), path).CombinedOutput()
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
path.go 9 "path/filepath"
25 if rel, err := filepath.Rel(Cwd, path); err == nil && len(rel) < len(path) {
38 rel, err := filepath.Rel(pwd, p)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm_test.go 14 "path/filepath"
37 tmpfile := filepath.Join(dir, "x.s")
44 cmd := exec.Command(testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), tmpfile)
  /prebuilts/go/linux-x86/src/compress/gzip/
issue14937_test.go 6 "path/filepath"
24 goroot, err := filepath.EvalSymlinks(runtime.GOROOT())
29 err = filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16037_run.go 18 "path/filepath"
61 path := filepath.Join(dir, "ridiculous_number_of_fields.go")
66 out, err := exec.Command("go", "build", "-o="+filepath.Join(dir, "out"), path).CombinedOutput()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 165 for filepath in support.all_project_files():
166 with open(filepath, "rb") as fp:
169 "can't detect encoding for %s" % filepath)
170 with open(filepath, "r") as fp:
175 if diff(filepath, new, encoding):
176 self.fail("Idempotency failed: %s" % filepath)

Completed in 584 milliseconds

1 2 3 4 5 6 7 891011>>