/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)
|
/art/test/ |
run-test | [all...] |
/external/clang/utils/analyzer/ |
SATestBuild.py | 206 Cwd = os.path.join(Dir, PatchedSourceDirName) 208 runScript(ScriptPath, PBuildLogFile, Cwd) 216 def runScript(ScriptPath, PBuildLogFile, Cwd): 221 check_call("chmod +x '%s'" % ScriptPath, cwd = Cwd, 225 check_call("'%s'" % ScriptPath, cwd = Cwd, stderr=PBuildLogFile, 265 cwd = PatchedSourceDirPath, 311 check_call(SBCommand, cwd = SBCwd, stderr=PBuildLogFile, 385 check_call(Command, cwd = Dir, stderr=LogFile [all...] |
/external/lz4/tests/ |
test-lz4-speed.py | 51 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell, cwd=execute.cwd) 65 execute.cwd = None 300 execute.cwd = working_path 305 execute.cwd = clone_path
|
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 282 char *buf = NULL, *cwd, *ret; local 296 cwd = getcwd(buf, len); 297 if (cwd == NULL) { 311 cwd_len = os_strlen(cwd); 316 os_memcpy(ret, cwd, cwd_len);
|
/external/autotest/client/common_lib/ |
pexpect.py | 144 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd=None, env=None): 219 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env) 221 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env) 267 def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None): 413 self.cwd = cwd 556 if self.cwd is not None: 557 os.chdir(self.cwd) [all...] |
/external/ltp/testcases/kernel/syscalls/symlink/ |
symlink01.c | 476 "Changes CWD Location Indirectly from a symlink"}, { 799 char *cwd; local 801 if ((cwd = getcwd(NULL, 0)) == NULL) { 808 cwd = getcwd(NULL, 0); 809 size = strlen(cwd); 814 strcpy(full_path, cwd); 1494 char *cwd; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
ntpath.py | 494 cwd = os.getcwdu()
496 cwd = os.getcwd()
497 path = join(cwd, path)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
ftpmirror.py | 96 if verbose > 1: print 'cwd(%s)' % repr(remotedir)
97 f.cwd(remotedir)
292 print 'Remote cwd', repr(subdir)
294 f.cwd(subdir)
300 if verbose > 1: print 'Remote cwd ..'
301 f.cwd('..')
|
/external/python/cpython2/Lib/ |
ntpath.py | 476 cwd = os.getcwdu() 478 cwd = os.getcwd() 479 path = join(cwd, path)
|
/external/python/cpython3/Lib/ |
posixpath.py | 372 cwd = os.getcwdb() 374 cwd = os.getcwd() 375 path = join(cwd, path)
|
/external/python/cpython3/Lib/test/test_importlib/ |
util.py | 143 with support.temp_cwd(None) as cwd: 145 with support.DirsOnSysPath(cwd): 148 location = os.path.join(cwd, name)
|
/external/skia/infra/bots/recipe_modules/flavor/ |
gn_android_flavor.py | 71 with self.m.context(cwd=self.m.vars.skia_dir): 75 with self.m.context(cwd=self.m.vars.skia_dir): 104 with self.m.context(cwd=self.m.vars.skia_dir):
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
gn_android_flavor.py | 71 with self.m.context(cwd=self.m.vars.skia_dir): 75 with self.m.context(cwd=self.m.vars.skia_dir): 104 with self.m.context(cwd=self.m.vars.skia_dir):
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 137 String cwd = System.getProperty("user.dir"); local 138 assertEquals(new File(cwd), f.getAbsoluteFile()); 139 assertEquals(cwd, f.getAbsolutePath()); 143 //assertEquals(new File(cwd), f.getCanonicalFile()); 144 //assertEquals(cwd, f.getCanonicalPath());
|
/art/test/115-native-bridge/ |
nativebridge.cc | 460 char cwd[1024] = {'\0'}; local 461 if (getcwd(cwd, sizeof(cwd)) != nullptr) { 462 printf("Current working dir: %s\n", cwd);
|
/art/test/testrunner/ |
env.py | 62 cwd=ANDROID_BUILD_TOP).communicate()[0] # read until EOF, select stdin
|
/build/blueprint/bootstrap/ |
cleanup.go | 153 cwd, err := os.Getwd() 158 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {
|
/development/gsi/gsi_util/ |
build.py | 65 run_command(['make', '-j', _MAKE_MODULE_NAME], cwd=build_top)
|
/development/gsi/gsi_util/gsi_util/utils/tests/ |
cmd_utils_unittest.py | 125 """Tests that cwd argument can be passed to subprocess.Popen().""" 129 cwd=tmp_dir)
|
/external/autotest/site_utils/lxc/ |
shared_host_dir_unittest.py | 119 p = subprocess.Popen(['sleep', '2'], cwd=self.shared_host_path)
|
/external/clang/tools/scan-build-py/libear/ |
ear.c | 417 const char *cwd = getcwd(NULL, 0); local 418 if (0 == cwd) { 437 fprintf(fd, "%s%c", cwd, RS); 447 free((void *)cwd);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
ptrace.cc | 30 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (unsigned long) (__fpregs.cwd))
|
/external/f2fs-tools/fsck/ |
main.c | 34 char cwd[PATH_MAX]; local 37 if (getcwd(cwd, PATH_MAX) == NULL) { 41 ret = malloc(strlen(cwd) + 1 + strlen(file) + 1); 43 sprintf(ret, "%s/%s", cwd, file);
|