Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium_org/build/android/pylib/
Dcmd_helper.py23 def Popen(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument
30 def Call(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): argument
37 def RunCmd(args, cwd=None): argument
53 def GetCmdOutput(args, cwd=None, shell=False): argument
71 def GetCmdStatusAndOutput(args, cwd=None, shell=False): argument
115 def GetCmdStatusAndOutputWithTimeout(args, timeout, cwd=None, shell=False, argument
/external/valgrind/main/none/tests/
Dprocfs-cmdline-exe.c20 static void test_cmdline(const char* const cwd, const char* const label, in test_cmdline()
48 static void test_readlink(const char* const cwd, const char* const label, in test_readlink()
67 static void test_readlinkat(const char* const cwd, const char* const label, in test_readlinkat()
93 char cwd[512]; in main() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dabspath.c5 static char cwd[PATH_MAX + 1]; in get_pwd_cwd() local
30 const char *cwd = get_pwd_cwd(); in make_nonrelative_path() local
/external/chromium_org/third_party/angle/src/
Dcommit_id.py8 def grab_output(command, cwd): argument
12 cwd = sys.argv[2] variable
/external/chromium_org/tools/
Dbisect_utils.py153 def SubprocessCall(cmd, cwd=None): argument
172 def RunGClient(params, cwd=None): argument
215 def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None): argument
313 def RunGClientAndSync(cwd=None): argument
/external/llvm/utils/lit/lit/
DTestRunner.py24 def executeShCmd(cmd, cfg, cwd, results): argument
236 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument
266 def executeScript(test, litConfig, tmpBase, commands, cwd): argument
Dutil.py146 def executeCommand(command, cwd=None, env=None): argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dexecutive_mock.py85 def run_and_throw_if_fail(self, args, quiet=False, cwd=None, env=None): argument
102 cwd=None, argument
140 def popen(self, args, cwd=None, env=None, **kwargs): argument
185 cwd=None, argument
/external/chromium_org/build/android/buildbot/
Dbb_utils.py39 def SpawnCmd(command, stdout=None, cwd=CHROME_SRC): argument
57 cwd=CHROME_SRC): argument
/external/e2fsprogs/lib/ext2fs/
Dnamei.c157 errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_namei()
176 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_namei_follow()
195 errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_follow_link()
/external/clang/test/CodeGen/
D2003-11-27-ConstructorCast.c4 long cwd; member
D2003-11-27-UnionCtorInitialization.c4 long cwd; member
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
Dgas-cbw.asm4 cwd label
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
Dgardeningserver_unittest.py109 def run_command(args, cwd=None, input=None, **kwargs): argument
129 def run_command(args, cwd=None, input=None, **kwargs): argument
/external/chromium_org/native_client_sdk/src/build_tools/
Dbuildbot_common.py108 def Run(args, cwd=None, env=None, shell=False): argument
194 def Archive(filename, bucket_path, cwd=None, step_link=True): argument
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dcros_interface.py34 def RunCmd(args, cwd=None, quiet=False): argument
53 def GetAllCmdOutput(args, cwd=None, quiet=False): argument
153 def RunCmdOnDevice(self, args, cwd=None, quiet=False): argument
/external/chromium_org/build/android/gyp/util/
Dbuild_utils.py103 def __init__(self, cwd, args, output): argument
120 def CheckOutput(args, cwd=None, argument
/external/chromium_org/build/util/lib/common/
Dutil.py114 def RunCommand(cmd, cwd=None): argument
/external/chromium_org/chrome/test/nacl_test_injection/
Dbuildbot_chrome_nacl_stage.py71 def RunCommand(cmd, cwd, env): argument
/external/valgrind/main/coregrind/
Dm_commandline.c225 HChar cwd[VKI_PATH_MAX+1]; in VG_() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
Dscm.py44 def __init__(self, cwd, executive=None, filesystem=None): argument
51 …def _run(self, args, cwd=None, input=None, error_handler=None, return_exit_code=False, return_stde… argument
/external/chromium_org/ppapi/
DPRESUBMIT.py11 def RunCmdAndCheck(cmd, err_string, output_api, cwd=None): argument
/external/lldb/test/pexpect-2.4/
Dpxssh.py73 …def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=N… argument
/external/chromium_org/third_party/pexpect/
Dpxssh.py90 …def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=N… argument
/external/chromium_org/chrome/test/chromedriver/
Dutil.py132 def RunCommand(cmd, cwd=None): argument

123