Searched refs:cwd (Results 1 – 6 of 6) sorted by relevance
66 char cwd[256]; in openOutputFile() local67 getcwd(cwd, 256); in openOutputFile()68 String8 fullPath(cwd); in openOutputFile()
53 cwd = os.getcwd()55 os.chdir(cwd)
73 cwd = os.getcwd()78 os.chdir(cwd)
23 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
52 cwd = os.getcwd()54 os.chdir(cwd)
91 ['make', jobs_arg] + targets, cwd=android_path(), env=env)