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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils_test.go 21 "path/filepath"
187 insts, err := bu.Disasm(filepath.Join("testdata", "hello"), 0, math.MaxUint64)
205 f, err := bu.Open(filepath.Join("testdata", "hello"), 0, math.MaxUint64, 0)
246 cmd := filepath.Join("testdata", "fake-llvm-symbolizer")
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 24 "path/filepath"
148 path := filepath.Join("whitelist", filename)
209 cmd.Dir = filepath.Join(runtime.GOROOT(), "src")
258 if strings.HasPrefix(file, filepath.FromSlash(ignore)) {
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 20 "path/filepath"
77 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain"),
80 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain-db"),
208 file = filepath.Join(td, file)
  /prebuilts/go/darwin-x86/src/path/filepath/
path_unix.go 7 package filepath package
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 12 "path/filepath"
70 name := filepath.Base(filename)
108 // processed by filepath.Glob and must match at least one file. ParseGlob is
121 filenames, err := filepath.Glob(pattern)
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
action.go 18 "path/filepath"
33 WorkDir string // the temporary work directory (ends in filepath.Separator)
257 return filepath.Join(b.WorkDir, fmt.Sprintf("b%03d", b.objdirSeq)) + string(filepath.Separator)
440 _, name = filepath.Split(p.Target)
442 a.Target = a.Objdir + filepath.Join("exe", name) + cfg.ExeSuffix
563 if p1 == nil || p1.Shlib == "" || haveShlib[filepath.Base(p1.Shlib)] {
566 haveShlib[filepath.Base(p1.Shlib)] = true
584 hdrTarget := a.Target[:len(a.Target)-len(filepath.Ext(a.Target))] + ".h"
589 dir, file := filepath.Split(hdrTarget
    [all...]
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 15 "path/filepath"
45 exe = filepath.Join(tmp, "testobjdump.exe")
102 hello := filepath.Join(tmp, "hello.exe")
214 hello := filepath.Join(tmp, "hello.o")
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils_test.go 21 "path/filepath"
187 insts, err := bu.Disasm(filepath.Join("testdata", "hello"), 0, math.MaxUint64)
205 f, err := bu.Open(filepath.Join("testdata", "hello"), 0, math.MaxUint64, 0)
246 cmd := filepath.Join("testdata", "fake-llvm-symbolizer")
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 24 "path/filepath"
148 path := filepath.Join("whitelist", filename)
209 cmd.Dir = filepath.Join(runtime.GOROOT(), "src")
258 if strings.HasPrefix(file, filepath.FromSlash(ignore)) {
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 20 "path/filepath"
77 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain"),
80 filepath.Join(u.HomeDir, "/Library/Keychains/login.keychain-db"),
208 file = filepath.Join(td, file)
  /prebuilts/go/linux-x86/src/path/filepath/
path_unix.go 7 package filepath package
  /prebuilts/go/linux-x86/src/text/template/
helper.go 12 "path/filepath"
70 name := filepath.Base(filename)
108 // processed by filepath.Glob and must match at least one file. ParseGlob is
121 filenames, err := filepath.Glob(pattern)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py     [all...]
  /build/soong/cmd/pom2bp/
pom2bp.go 26 "path/filepath"
323 if filepath.Ext(filename) == ".mk" {
396 absDir, err := filepath.Abs(dir)
403 err = filepath.Walk(absDir, func(path string, info os.FileInfo, err error) error {
411 return filepath.SkipDir
421 path, err = filepath.Rel(absDir, path)
425 filenames = append(filenames, filepath.Join(dir, path))
  /external/boringssl/src/fipstools/
run_cavp.go 13 "path/filepath"
70 return filepath.Join(*suiteDir, t.directory)
450 reqPath := filepath.Join(suite.getDirectory(), "req", test.inFile+".req")
463 respDir := filepath.Join(suite.getDirectory(), "resp")
467 outPath := filepath.Join(respDir, test.inFile+".rsp")
514 respPath := filepath.Join(suite.getDirectory(), "resp", test.inFile+".rsp")
521 faxPath := filepath.Join(suite.getDirectory(), "fax", test.inFile+".fax")
  /prebuilts/go/darwin-x86/src/debug/pe/
file_test.go 13 "path/filepath"
313 src := filepath.Join(tmpdir, "a.go")
329 exe := filepath.Join(tmpdir, "a.exe")
419 srcpath := filepath.Join(tmpdir, "a.c")
437 objpath := filepath.Join(tmpdir, "a.obj")
502 src := filepath.Join(tmpdir, "a.go")
507 exe := filepath.Join(tmpdir, "a.exe")
  /prebuilts/go/darwin-x86/src/go/build/
build.go 20 "path/filepath"
64 // If JoinPath is nil, Import uses filepath.Join.
68 // If SplitPathList is nil, Import uses filepath.SplitList.
72 // If IsAbsPath is nil, Import uses filepath.IsAbs.
85 // filepath.EvalSymlinks.
98 // joinPath calls ctxt.JoinPath (if not nil) or else filepath.Join.
103 return filepath.Join(elem...)
106 // splitPathList calls ctxt.SplitPathList (if not nil) or else filepath.SplitList.
111 return filepath.SplitList(s)
114 // isAbsPath calls ctxt.IsAbsPath (if not nil) or else filepath.IsAbs
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 14 "path/filepath"
46 return filepath.Join(dirname, filename[:len(filename)-2]+"o")
63 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
79 if testPath(t, filepath.Join(dir, name), dir) != nil {
85 nimports += testDir(t, filepath.Join(dir, f.Name()), endTime)
153 data, err := ioutil.ReadFile(filepath.Join(dir, name))
169 filename := filepath.Join(dir, pkgpath) + ".a"
  /prebuilts/go/linux-x86/src/debug/pe/
file_test.go 13 "path/filepath"
313 src := filepath.Join(tmpdir, "a.go")
329 exe := filepath.Join(tmpdir, "a.exe")
419 srcpath := filepath.Join(tmpdir, "a.c")
437 objpath := filepath.Join(tmpdir, "a.obj")
502 src := filepath.Join(tmpdir, "a.go")
507 exe := filepath.Join(tmpdir, "a.exe")
  /prebuilts/go/linux-x86/src/go/build/
build.go 20 "path/filepath"
64 // If JoinPath is nil, Import uses filepath.Join.
68 // If SplitPathList is nil, Import uses filepath.SplitList.
72 // If IsAbsPath is nil, Import uses filepath.IsAbs.
85 // filepath.EvalSymlinks.
98 // joinPath calls ctxt.JoinPath (if not nil) or else filepath.Join.
103 return filepath.Join(elem...)
106 // splitPathList calls ctxt.SplitPathList (if not nil) or else filepath.SplitList.
111 return filepath.SplitList(s)
114 // isAbsPath calls ctxt.IsAbsPath (if not nil) or else filepath.IsAbs
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 14 "path/filepath"
46 return filepath.Join(dirname, filename[:len(filename)-2]+"o")
63 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
79 if testPath(t, filepath.Join(dir, name), dir) != nil {
85 nimports += testDir(t, filepath.Join(dir, f.Name()), endTime)
153 data, err := ioutil.ReadFile(filepath.Join(dir, name))
169 filename := filepath.Join(dir, pkgpath) + ".a"
  /build/soong/android/
namespace.go 20 "path/filepath"
119 fileName := filepath.Base(path)
123 dir := filepath.Dir(path)
164 parentDir := filepath.Dir(path)
325 return r.findNamespace(filepath.Dir(ctx.ModulePath()))
  /build/soong/cc/
test.go 18 "path/filepath"
114 testNames[i] = strings.TrimSuffix(filepath.Base(src), filepath.Ext(src))
336 benchmark.binaryDecorator.baseInstaller.dir = filepath.Join("benchmarktest", ctx.ModuleName())
337 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
  /build/soong/ui/logger/
logger.go 38 "path/filepath"
98 lockFileName := filepath.Join(filepath.Dir(filename), ".lock_"+filepath.Base(filename))
111 ext := filepath.Ext(filename)

Completed in 901 milliseconds

<<21222324252627282930>>