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

1 2 3 4 5 6 78 91011>>

  /build/soong/shared/
paths.go 20 "path/filepath"
25 return filepath.Join(outDir, ".temp")
  /build/soong/ui/build/
cleanbuild.go 21 "path/filepath"
27 files, err := filepath.Glob(glob)
45 removeGlobs(ctx, filepath.Join(config.OutDir(), "*"))
50 removeGlobs(ctx, filepath.Join(config.ProductOut(), "data", "*"))
65 return filepath.Join(hostCrossOutPath, path)
76 return filepath.Join(hostOutPath, path)
81 return filepath.Join(productOutPath, path)
133 ensureDirectoriesExist(ctx, filepath.Dir(configFile))
  /build/soong/zip/cmd/
main.go 24 "path/filepath"
73 PathPrefixInZip: filepath.Clean(*rootPrefix),
74 SourcePrefixToStrip: filepath.Clean(*relativeRoot),
96 PathPrefixInZip: filepath.Clean(*rootPrefix),
97 SourcePrefixToStrip: filepath.Clean(*relativeRoot),
114 PathPrefixInZip: filepath.Clean(*rootPrefix),
115 SourcePrefixToStrip: filepath.Clean(*relativeRoot),
116 GlobDir: filepath.Clean(s),
  /external/llvm/tools/llvm-go/
llvm-go.go 22 "path/filepath"
74 bin, _ := filepath.Split(os.Args[0])
75 configpath = filepath.Join(bin, "llvm-config")
159 path := filepath.Join(tmpgopath, "src", p.pkgpath)
160 err := os.MkdirAll(filepath.Dir(path), os.ModePerm)
165 err = os.Symlink(filepath.Join(srcdir, p.llvmpath), path)
174 newgopathlist = append(newgopathlist, filepath.SplitList(os.Getenv("GOPATH"))...)
175 newgopath := strings.Join(newgopathlist, string(filepath.ListSeparator))
  /prebuilts/devtools/tools/lib/
screenshot2.jar 
  /prebuilts/go/darwin-x86/misc/android/
go_android_exec.go 17 "path/filepath"
60 filepath.Base(os.Args[1]), os.Getpid())
69 deviceCwd := filepath.Join(deviceGoroot, subdir)
71 deviceCwd = filepath.Join(deviceGopath, subdir)
76 binName := filepath.Base(os.Args[1])
125 subdir, err := filepath.Rel(root, cwd)
132 for _, p := range filepath.SplitList(build.Default.GOPATH) {
136 subdir, err := filepath.Rel(p, cwd)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reproduciblebuilds_test.go 13 "path/filepath"
32 out, err := exec.Command(testenv.GoToolPath(t), "tool", "compile", "-o", tmp.Name(), filepath.Join("testdata", "reproducible", "issue20272.go")).CombinedOutput()
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
tool.go 11 "path/filepath"
30 toolPath := filepath.Join(ToolDir, toolName)
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 10 "path/filepath"
25 err = os.Symlink("target", filepath.Join(tmpdir, "symlink"))
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
io_test.go 13 "path/filepath"
22 fname := filepath.Join(path, "data")
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9355.go 13 "path/filepath"
23 err := os.Chdir(filepath.Join("fixedbugs", "issue9355.dir"))
  /prebuilts/go/linux-x86/misc/android/
go_android_exec.go 17 "path/filepath"
60 filepath.Base(os.Args[1]), os.Getpid())
69 deviceCwd := filepath.Join(deviceGoroot, subdir)
71 deviceCwd = filepath.Join(deviceGopath, subdir)
76 binName := filepath.Base(os.Args[1])
125 subdir, err := filepath.Rel(root, cwd)
132 for _, p := range filepath.SplitList(build.Default.GOPATH) {
136 subdir, err := filepath.Rel(p, cwd)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reproduciblebuilds_test.go 13 "path/filepath"
32 out, err := exec.Command(testenv.GoToolPath(t), "tool", "compile", "-o", tmp.Name(), filepath.Join("testdata", "reproducible", "issue20272.go")).CombinedOutput()
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
tool.go 11 "path/filepath"
30 toolPath := filepath.Join(ToolDir, toolName)
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_windows.go 10 "path/filepath"
25 err = os.Symlink("target", filepath.Join(tmpdir, "symlink"))
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
io_test.go 13 "path/filepath"
22 fname := filepath.Join(path, "data")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9355.go 13 "path/filepath"
23 err := os.Chdir(filepath.Join("fixedbugs", "issue9355.dir"))
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 91 for filepath in missing:
92 logging.error('Missing %s binary: %s', baseline, filepath)
  /external/autotest/client/site_tests/touch_TabSwitch/
touch_TabSwitch.py 79 filepath=self._filepaths['left'])
84 filepath=self._filepaths['right'])
  /external/autotest/client/site_tests/touch_TouchscreenScroll/
touch_TouchscreenScroll.py 22 def _check_scroll_direction(self, filepath, expected):
25 @param filepath: Gesture file's complete path for playback.
39 self._playback(filepath, touch_type='touchscreen')
  /external/autotest/client/site_tests/ui_AppLauncher/
ui_AppLauncher.py 41 def capture_screenshot(self, filepath):
47 @param filepath: string, Complete path to save the screenshot to.
72 graphics_utils.take_screenshot_crop(filepath, box)
  /external/lisa/libs/utils/android/workloads/
display_image.py 45 def run(self, out_dir, duration_s, brightness, filepath, collect=''):
89 self._target.push(filepath, device_filepath)
  /prebuilts/go/darwin-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/darwin-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/darwin-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)

Completed in 1083 milliseconds

1 2 3 4 5 6 78 91011>>