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

1 2 3 4 5 6 78 91011>>

  /external/scapy/scapy/
__init__.py 44 p = subprocess.Popen(['git', 'describe', '--always'], cwd=_SCAPY_PKG_DIR,
  /external/skia/infra/bots/recipe_modules/flavor/
flutter_flavor.py 23 with self.m.context(cwd=flutter_dir):
pdfium_flavor.py 20 with self.m.context(cwd=pdfium_dir):
  /external/skia/infra/bots/recipes/
calmbench.py 26 with api.context(cwd=api.vars.skia_dir):
infra.py 30 with api.context(cwd=api.vars.checkout_root.join(repo_name),
update_meta_config.py 53 with api.context(cwd=api.vars.skia_dir):
upload_nano_results.py 26 with api.context(cwd=src_path):
  /external/skia/platform_tools/android/bin/
android_build_app 43 subprocess.check_call(cmd, cwd=os.path.join(os.path.dirname(__file__), ".."))
  /external/skqp/infra/bots/recipes/
calmbench.py 26 with api.context(cwd=api.vars.skia_dir):
infra.py 30 with api.context(cwd=api.vars.checkout_root.join(repo_name),
update_meta_config.py 53 with api.context(cwd=api.vars.skia_dir):
upload_nano_results.py 26 with api.context(cwd=src_path):
  /external/skqp/platform_tools/android/bin/
android_build_app 40 '--daemon'], cwd=os.path.join(os.path.dirname(__file__), ".."))
  /external/toolchain-utils/automation/clients/helper/
crosstool.py 110 cwd=self.buildit_path,
119 cwd=toolchain_root)
147 cwd=os.path.join(self.buildit_work_dir_path, build_dir_path),
168 cwd='$HOME/automation/clients/report')
  /frameworks/base/libs/hwui/tests/scripts/
process_systrace.py 23 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileSystem.java 67 byte[] cwd = UnixNativeDispatcher.getcwd();
68 boolean defaultIsCwd = (cwd.length == defaultDirectory.length);
70 for (int i=0; i<cwd.length; i++) {
71 if (cwd[i] != defaultDirectory[i]) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
log.py 34 self.cwd = self._info['current-directory']
36 self.cwd = None
129 self.cwd = lineno
168 absname = os.path.normcase(os.path.join(self.cwd, filename))
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
log.py 34 self.cwd = self._info['current-directory']
36 self.cwd = None
129 self.cwd = lineno
168 absname = os.path.normcase(os.path.join(self.cwd, filename))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 34 self.cwd = self._info['current-directory']
36 self.cwd = None
129 self.cwd = lineno
168 absname = os.path.normcase(os.path.join(self.cwd, filename))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 34 self.cwd = self._info['current-directory']
36 self.cwd = None
129 self.cwd = lineno
168 absname = os.path.normcase(os.path.join(self.cwd, filename))
  /system/core/adb/
adb_utils.h 31 bool getcwd(std::string* cwd);
  /external/python/cpython3/Modules/
_posixsubprocess.c 392 const char *cwd,
461 if (cwd)
462 POSIX_CALL(chdir(cwd));
555 const char *cwd; local
666 cwd = PyBytes_AsString(cwd_obj2);
668 cwd = NULL;
689 child_exec(exec_array, argv, envp, cwd,
753 "fork_exec(args, executable_list, close_fds, cwd, env,\n\
  /bionic/tools/versioner/src/
versioner.cpp 289 std::string cwd = getWorkingDir() + "/"; local
302 decl->dump(cwd, stderr, 4);
303 inline_def_it.first->dump(cwd, stderr, 4);
314 decl->dump(cwd, stderr, 2);
320 decl->dump(cwd, stderr, 2);
328 symbol.dump(cwd);
338 std::string cwd = getWorkingDir() + "/"; local
353 std::string cwd = getWorkingDir() + "/"; local
447 symbol_it->second.dump(cwd);
498 std::string cwd = getWorkingDir() + "/" local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 141 char cwd[PATH_MAX]; local
142 if (getcwd(cwd, sizeof(cwd)) != cwd)
149 if (chdir(cwd) != 0)
  /external/valgrind/coregrind/
launcher-darwin.c 218 char* cwd; local
355 cwd = getcwd(NULL, 0);
356 if (!cwd) barf("Current directory no longer exists.");
366 strcpy(launcher_name, cwd);
378 asprintf(&set_cwd, "VALGRIND_STARTUP_PWD_%u_XYZZY=%s", getppid(), cwd);

Completed in 567 milliseconds

1 2 3 4 5 6 78 91011>>