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

<<11121314151617181920>>

  /external/skqp/infra/bots/recipe_modules/flavor/
gn_flavor.py 188 with self.m.context(cwd=goma_dir, env=env):
228 with self.m.context(cwd=self.m.vars.skia_dir):
244 with self.m.context(cwd=goma_dir, env=env):
336 with self.m.context(cwd=self.m.vars.skia_dir, env=env):
  /external/vulkan-validation-layers/scripts/
external_revision_generator.py 67 return subprocess.check_output([git_binary, "rev-parse", "HEAD"], cwd=source_dir).decode('utf-8').strip()
  /external/webrtc/webrtc/base/
unixfilesystem.cc 512 // TODO: Consider making relative paths absolute using cwd.
541 Pathname cwd; local
547 return cwd; // returns empty pathname
549 cwd.SetFolder(std::string(path));
551 return cwd;
win32filesystem.cc 426 Pathname cwd; local
434 return cwd; // returns empty pathname
444 cwd.SetFolder(ToUtf8(path.get()));
445 return cwd;
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 237 char cwd[1024]; local
259 getcwd(cwd, sizeof(cwd));
261 cwd, file_to_find);
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 368 final DocumentInfo cwd = mState.stack.peek(); local
369 if (cwd != null && cwd.authority != null) {
370 return mExecutors.lookup(cwd.authority);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/utils/
update_build_version.py 69 cwd=directory,
  /tools/repohooks/rh/
utils.py 262 redirect_stderr=False, cwd=None, input=None,
277 cwd: The working directory to run this cmd.
394 proc = _Popen(cmd, cwd=cwd, stdin=stdin, stdout=stdout,
437 msg = 'cwd=%s' % cwd
  /art/runtime/
common_runtime_test.cc 165 // Build it from ANDROID_BUILD_TOP or cwd
172 char* cwd = getcwd(nullptr, 0); local
173 setenv("ANDROID_BUILD_TOP", cwd, 1);
174 root += cwd;
175 free(cwd);
235 char* cwd = getcwd(nullptr, 0); local
236 setenv("ANDROID_BUILD_TOP", cwd, 1);
237 root = cwd;
238 free(cwd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode_file.py 117 cwd = os.getcwd()
136 os.chdir(cwd)
  /external/boringssl/src/crypto/err/
err_data_generate.go 233 cwd, err := os.Open(".")
237 names, err := cwd.Readdirnames(-1)
  /external/capstone/bindings/python/
setup.py 112 cwd = os.getcwd()
145 os.chdir(cwd)
  /external/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 146 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd),
  /external/python/cpython3/Lib/distutils/tests/
test_sysconfig.py 69 cwd = os.getcwd()
74 os.chdir(cwd)
  /external/skia/infra/bots/recipe_modules/core/
api.py 169 with self.m.context(cwd=self.m.vars.checkout_root):
183 with self.m.context(cwd=self.m.vars.checkout_root,
  /external/skia/infra/bots/recipes/
bookmaker.py 50 with api.context(cwd=api.vars.skia_dir, env=api.infra.go_env):
139 with api.context(cwd=api.vars.skia_dir, env=api.infra.go_env):
  /external/skqp/infra/bots/recipe_modules/core/
api.py 141 with self.m.context(cwd=self.m.vars.checkout_root):
155 with self.m.context(cwd=self.m.vars.checkout_root,
  /external/skqp/infra/bots/recipes/
bookmaker.py 50 with api.context(cwd=api.vars.skia_dir, env=api.infra.go_env):
129 with api.context(cwd=api.vars.skia_dir, env=api.infra.go_env):
  /frameworks/compile/slang/tests/
slang_test.py 52 cwd = os.getcwd()
54 os.chdir(cwd)
132 """Returns a list of files in cwd with extension '.rs' or '.fs'."""
199 """Cleans up the cwd of any tmp files created in current test."""
  /frameworks/layoutlib/rename_font/
build_font.py 73 cwd = os.getcwd()
78 os.chdir(cwd)
  /frameworks/ml/nn/tools/test_generator/tests/
test.py 53 cwd = os.getcwd()
55 os.chdir(cwd)
133 """Returns a list of files in cwd with extension '.rs' or '.fs'."""
167 """Cleans up the cwd of any tmp files created in current test."""
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
136 os.chdir(cwd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
136 os.chdir(cwd)
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/
test.bash 9 cwd=$(pwd)
10 echo "misc/cgo/testplugin/test.bash is running in $cwd" 1>&2
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 9 cwd=$(pwd)
10 echo "misc/cgo/testplugin/test.bash is running in $cwd" 1>&2

Completed in 643 milliseconds

<<11121314151617181920>>