Searched refs:cwd (Results 1 – 6 of 6) sorted by relevance
72 char cwd[256]; in openFile() local73 getcwd(cwd, 256); in openFile()74 String8 fullPath(cwd); in openFile()
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)
89 ['build/soong/soong_ui.bash', '--make-mode'] + targets, cwd=android_path(), env=env)