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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
tempfile.go 20 "path/filepath"
27 path := filepath.Join(dir, fmt.Sprintf("%s%03d%s", prefix, index, suffix))
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 6 "path/filepath"
21 cpu := readProfile(filepath.Join("testdata", "sample.cpu"), t)
  /prebuilts/go/darwin-x86/src/io/ioutil/
example_test.go 12 "path/filepath"
50 tmpfn := filepath.Join(dir, "tmpfile")
  /prebuilts/go/darwin-x86/src/net/http/
filetransport_test.go 10 "path/filepath"
28 fname := filepath.Join(dname, "foo.txt")
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 13 "path/filepath"
67 name := filepath.Join(tmp, "ctlbreak")
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows_test.go 10 "path/filepath"
22 path := filepath.Join(dir, "long_name.and_extension")
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11771.go 19 "path/filepath"
51 if err := ioutil.WriteFile(filepath.Join(dir, "x.go"), buf.Bytes(), 0666); err != nil {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt.go 20 "path/filepath"
146 fmt.Printf("diff -u %s %s\n", filepath.ToSlash(filename+".orig"), filepath.ToSlash(filename))
171 filepath.Walk(path, visitFile)
293 // Always print filepath with slash separator.
294 f := filepath.ToSlash(filename)
307 f, err := ioutil.TempFile(filepath.Dir(filename), filepath.Base(filename))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
tempfile.go 20 "path/filepath"
27 path := filepath.Join(dir, fmt.Sprintf("%s%03d%s", prefix, index, suffix))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 6 "path/filepath"
21 cpu := readProfile(filepath.Join("testdata", "sample.cpu"), t)
  /prebuilts/go/linux-x86/src/io/ioutil/
example_test.go 12 "path/filepath"
50 tmpfn := filepath.Join(dir, "tmpfile")
  /prebuilts/go/linux-x86/src/net/http/
filetransport_test.go 10 "path/filepath"
28 fname := filepath.Join(dname, "foo.txt")
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 13 "path/filepath"
67 name := filepath.Join(tmp, "ctlbreak")
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows_test.go 10 "path/filepath"
22 path := filepath.Join(dir, "long_name.and_extension")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11771.go 19 "path/filepath"
51 if err := ioutil.WriteFile(filepath.Join(dir, "x.go"), buf.Bytes(), 0666); err != nil {
  /system/extras/simpleperf/
event_type.h 55 bool SetTracepointEventsFilePath(const std::string& filepath);
  /external/python/cpython3/Lib/lib2to3/tests/
test_parser.py 382 for filepath in support.all_project_files():
383 with open(filepath, "rb") as fp:
386 "can't detect encoding for %s" % filepath)
387 with open(filepath, "r", encoding=encoding) as fp:
393 warnings.warn('ParseError on file %s (%s)' % (filepath, err))
396 x = diff(filepath, new)
398 self.fail("Idempotency failed: %s" % filepath)
  /prebuilts/go/darwin-x86/misc/nacl/
mkzip.go 26 "path/filepath"
151 src := filepath.Join(psrc, f[0])
175 addfile(d, path.Join(parent, d.Name()), filepath.Join(psrc, d.Name()))
178 err := filepath.Walk(psrc, func(src string, info os.FileInfo, err error) error {
188 name := path.Join(parent, filepath.ToSlash(src[len(psrc):]))
  /prebuilts/go/darwin-x86/src/cmd/go/
main.go 14 "path/filepath"
90 if gopath := cfg.BuildContext.GOPATH; filepath.Clean(gopath) == filepath.Clean(runtime.GOROOT()) {
93 for _, p := range filepath.SplitList(gopath) {
106 if !filepath.IsAbs(p) {
  /prebuilts/go/linux-x86/misc/nacl/
mkzip.go 26 "path/filepath"
151 src := filepath.Join(psrc, f[0])
175 addfile(d, path.Join(parent, d.Name()), filepath.Join(psrc, d.Name()))
178 err := filepath.Walk(psrc, func(src string, info os.FileInfo, err error) error {
188 name := path.Join(parent, filepath.ToSlash(src[len(psrc):]))
  /prebuilts/go/linux-x86/src/cmd/go/
main.go 14 "path/filepath"
90 if gopath := cfg.BuildContext.GOPATH; filepath.Clean(gopath) == filepath.Clean(runtime.GOROOT()) {
93 for _, p := range filepath.SplitList(gopath) {
106 if !filepath.IsAbs(p) {
  /test/vts-testcase/hal/build/soong/
hal2vts.go 18 "path/filepath"
92 relOut, err := filepath.Rel(genDir, out.String())
96 halDir := filepath.Dir(relOut)
99 ver := filepath.Base(halDir)
102 pckg := strings.Replace(filepath.Dir(halDir), "/", ".", -1)
  /external/devlib/devlib/platform/
gem5.py 235 def gem5_capture_screen(self, filepath):
252 shutil.copy(temp_image, filepath)
284 def _overwritten_capture_screen(self, filepath):
285 connection_screencapped = self.platform.gem5_capture_screen(filepath)
290 self.target_impl_capture_screen(filepath)
  /prebuilts/go/darwin-x86/src/go/build/
build_test.go 11 "path/filepath"
70 dir := filepath.Clean("testdata/other/file") // Clean to use \ on Windows
103 Dir: filepath.FromSlash("testdata/multi"),
245 if !strings.HasSuffix(filepath.ToSlash(p.Dir), "src/cmd/internal/objfile") {
246 t.Fatalf("Import cmd/internal/objfile returned Dir=%q, want %q", filepath.ToSlash(p.Dir), ".../src/cmd/internal/objfile")
251 expandSrcDirPath = filepath.Join(string(filepath.Separator)+"projects", "src", "add")
318 {"Import(local, 0)", "./doesnotexist", filepath.Join(ctxt.GOROOT, "src/go/build"), 0},
320 {"Import(local, FindOnly)", "./doesnotexist", filepath.Join(ctxt.GOROOT, "src/go/build"), FindOnly},
343 p, err := ctxt.Import("golang_org/x/net/http2/hpack", filepath.Join(ctxt.GOROOT, "src/net/http"), 0
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build_test.go 11 "path/filepath"
70 dir := filepath.Clean("testdata/other/file") // Clean to use \ on Windows
103 Dir: filepath.FromSlash("testdata/multi"),
245 if !strings.HasSuffix(filepath.ToSlash(p.Dir), "src/cmd/internal/objfile") {
246 t.Fatalf("Import cmd/internal/objfile returned Dir=%q, want %q", filepath.ToSlash(p.Dir), ".../src/cmd/internal/objfile")
251 expandSrcDirPath = filepath.Join(string(filepath.Separator)+"projects", "src", "add")
318 {"Import(local, 0)", "./doesnotexist", filepath.Join(ctxt.GOROOT, "src/go/build"), 0},
320 {"Import(local, FindOnly)", "./doesnotexist", filepath.Join(ctxt.GOROOT, "src/go/build"), FindOnly},
343 p, err := ctxt.Import("golang_org/x/net/http2/hpack", filepath.Join(ctxt.GOROOT, "src/net/http"), 0
    [all...]

Completed in 1317 milliseconds

<<11121314151617181920>>