HomeSort by relevance Sort by last modified time
    Searched refs:cwd (Results 251 - 275 of 599) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 506 cwd, err := os.Getwd()
515 cwd = strings.TrimSuffix(cwd, finalPkgpath)
526 src := filepath.Join(cwd, pkgpath)
541 filepath.Join(cwd, "lib", "time", "zoneinfo.zip"),
554 filepath.Join(cwd, "src", "runtime", "textflag.h"),
567 cwd, err := os.Getwd()
571 if root := runtime.GOROOT(); strings.HasPrefix(cwd, root) {
572 subdir, err := filepath.Rel(root, cwd)
580 if !strings.HasPrefix(cwd, p)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 284 self.cwd = os.getcwd()
296 os.chdir(self.cwd)
406 self.cwd = os.getcwd()
411 os.chdir(self.cwd)
526 cwd = os.getcwd()
534 os.chdir(cwd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 284 self.cwd = os.getcwd()
296 os.chdir(self.cwd)
406 self.cwd = os.getcwd()
411 os.chdir(self.cwd)
526 cwd = os.getcwd()
534 os.chdir(cwd)
  /build/kati/
main.cc 105 char cwd[PATH_MAX]; local
106 if (!getcwd(cwd, PATH_MAX)) {
110 bootstrap += StringPrintf("CURDIR:=%s\n", cwd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 464 cwd = os.getcwdu()
466 cwd = os.getcwd()
467 path = join(cwd, path)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 459 cwd = os.getcwdu()
461 cwd = os.getcwd()
462 path = join(cwd, path)
posixpath.py 345 cwd = os.getcwdu()
347 cwd = os.getcwd()
348 path = join(cwd, path)
  /external/clang/tools/scan-build-py/libear/
__init__.py 176 cwd=work_dir)
250 cwd=directory)
256 cwd=directory)
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 96 out->float_save.control_word = fpregs.cwd;
108 U16(out->extended_registers + 0, fpregs.cwd);
172 out->flt_save.control_word = fpregs.cwd;
  /external/llvm/utils/lit/lit/
util.py 175 def executeCommand(command, cwd=None, env=None, input=None, timeout=0):
179 * working directory ``cwd`` (str), use None to use the current
194 p = subprocess.Popen(command, cwd=cwd,
  /external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c 232 char *cwd = tst_get_tmpdir(); local
233 SAFE_CHDIR(NULL, cwd);
234 free(cwd);
  /external/python/cpython2/Lib/
posixpath.py 362 cwd = os.getcwdu()
364 cwd = os.getcwd()
365 path = join(cwd, path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 459 cwd = os.getcwdu()
461 cwd = os.getcwd()
462 path = join(cwd, path)
posixpath.py 354 cwd = os.getcwdu()
356 cwd = os.getcwd()
357 path = join(cwd, path)
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 459 cwd = os.getcwdu()
461 cwd = os.getcwd()
462 path = join(cwd, path)
posixpath.py 354 cwd = os.getcwdu()
356 cwd = os.getcwd()
357 path = join(cwd, path)
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 198 var cwd, path string
201 cwd = h.Dir
203 cwd, path = filepath.Split(h.Path)
205 if cwd == "" {
206 cwd = "."
217 Dir: cwd,
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 198 var cwd, path string
201 cwd = h.Dir
203 cwd, path = filepath.Split(h.Path)
205 if cwd == "" {
206 cwd = "."
217 Dir: cwd,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 459 cwd = os.getcwdu()
461 cwd = os.getcwd()
462 path = join(cwd, path)
posixpath.py 354 cwd = os.getcwdu()
356 cwd = os.getcwd()
357 path = join(cwd, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 459 cwd = os.getcwdu()
461 cwd = os.getcwd()
462 path = join(cwd, path)
posixpath.py 354 cwd = os.getcwdu()
356 cwd = os.getcwd()
357 path = join(cwd, path)
  /external/autotest/client/bin/
prespawner.py 82 cwd=os.path.dirname(os.path.realpath(__file__)),
  /external/chromium-trace/catapult/systrace/systrace/
update_systrace_trace_viewer.py 51 cwd=os.path.dirname(os.path.abspath(__file__))).strip()
  /external/skia/infra/bots/recipe_modules/flavor/
gn_flavor.py 204 with self.m.context(cwd=goma_dir, env=env):
244 with self.m.context(cwd=self.m.vars.skia_dir):
260 with self.m.context(cwd=goma_dir, env=env):
346 with self.m.context(cwd=self.m.vars.skia_dir, env=env):

Completed in 358 milliseconds

<<11121314151617181920>>