HomeSort by relevance Sort by last modified time
    Searched refs:cwd (Results 201 - 225 of 360) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/utils/analyzer/
SATestBuild.py 188 check_call("chmod +x %s" % ScriptPath, cwd = Dir,
192 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile,
228 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
285 check_call(Command, cwd = Dir, stderr=LogFile,
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 137 __u16 cwd; member in struct:_fpstate
  /external/lldb/source/Target/
TargetList.cpp 252 char cwd[PATH_MAX]; local
253 if (getcwd (cwd, sizeof(cwd)))
255 std::string cwd_user_exe_path (cwd);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
sigcontext.h 114 __u16 cwd; member in struct:_fpstate
  /external/e2fsprogs/debugfs/
debugfs.c 58 ext2_ino_t root, cwd; variable
129 root = cwd = EXT2_ROOT_INO;
299 root = cwd = EXT2_ROOT_INO;
1298 cwd = inode;
    [all...]
ls.c 160 inode = cwd;
  /external/chromium_org/build/util/
lastchange.py 37 cwd=directory,
77 # mysterious loss of cwd while invoking cygwin's git.
86 cwd=directory,
  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 123 cwd=input_api.PresubmitLocalPath(),
152 cwd=input_api.PresubmitLocalPath())
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 131 exit_status = subprocess.call(expanded_command, shell=True, cwd=script_dir)
256 exit_status = subprocess.call(query_command, shell=True, cwd=script_dir)
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 207 char* cwd = getcwd(buf, sizeof(buf)); local
208 BPF_ASSERT_EQ(NULL, cwd);
  /external/chromium_org/tools/grit/
grit_info.py 96 cwd = os.getcwd()
97 return [os.path.relpath(f, cwd) for f in sorted(files)]
  /external/chromium_org/tools/
isolate_driver.py 190 cwd = os.getcwd()
192 # The code assumes the .isolate file is always specified path-less in cwd. Fix
196 # This will look like ../out/Debug. This is based against cwd. Note that this
202 src_isolate = os.path.relpath(os.path.join(cwd, isolate), SRC_DIR)
  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 73 cwd = os.getcwd()
78 os.chdir(cwd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
136 os.chdir(cwd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
136 os.chdir(cwd)
  /external/chromium_org/third_party/pexpect/
pexpect.py 152 extra_args=None, logfile=None, cwd=None, env=None):
229 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
232 cwd=cwd, env=env)
283 searchwindowsize=None, logfile=None, cwd=None, env=None):
441 self.cwd = cwd
593 if self.cwd is not None:
594 os.chdir(self.cwd)
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 145 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd=None, env=None):
220 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
222 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env)
268 def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
414 self.cwd = cwd
557 if self.cwd is not None:
558 os.chdir(self.cwd)
    [all...]
  /external/srec/portable/src/
PFileSystem.c 196 LCHAR cwd[P_PATH_MAX]; local
200 CHKLOG(rc, PFileSystemGetcwd(cwd, &len2));
202 CHKLOG(rc, lstrinsert(cwd, path, 0, &len2));
  /bionic/libc/include/sys/
ucontext.h 259 uint16_t cwd;
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 259 uint16_t cwd;
  /external/chromium_org/build/android/gyp/
lint.py 29 path: A path relative to cwd.
92 build_utils.CheckOutput(cmd, cwd=_SRC_ROOT)
  /external/chromium_org/native_client_sdk/src/build_tools/
build_updater.py 165 cwd=out_dir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver.py 82 process = self.server.tool.executive.popen([self.server.tool.path()] + command, cwd=self.server.tool.scm().checkout_root, stdin=PIPE, stdout=PIPE, stderr=PIPE)
  /external/chromium_org/third_party/skia/tools/
svn.py 68 proc = subprocess.Popen(args, cwd=self._directory,
  /external/chromium_org/tools/export_tarball/
export_v8_tarball.py 107 subprocess.check_call(["make", "dependencies"], cwd=v8_directory)

Completed in 6065 milliseconds

1 2 3 4 5 6 7 891011>>