Searched refs:cwd (Results 1 – 2 of 2) sorted by relevance
/hafnium/build/ |
A D | parse_strace_open.py | 83 def abs_path(cwd, path): argument 87 path = os.path.join(cwd, path) 100 cwd = {} 117 if pid not in cwd: 122 cwd[pid] = orig_cwd 126 cwd[pid] = cwd[fork_of[pid]] 152 cwd[pid] = abs_path(cwd[pid], new_dir) 169 fname = abs_path(cwd[pid], syscall_args[arg_idx][1:-1])
|
/hafnium/test/hftest/ |
A D | hftest.py | 193 def exec_logged(self, run_state, exec_args, cwd=None): argument 200 ret_code = subprocess.call(exec_args, stdout=f, stderr=f, cwd=cwd) 281 cwd=self.qemu_wd)
|
Completed in 10 milliseconds