Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/test262/
Dutils.py179 def __init__(self, cmds, cwd): argument
193 def run_cmd_cwd(commands, cwd=os.getcwd()): argument
248 def git_checkout(git_bash, cwd): argument
254 def git_apply(patch_file, cwd): argument
260 def git_clean(cwd): argument
265 def npm_install(cwd): argument
/arkcompiler/ets_frontend/testTs/
Dutils.py93 def npm_install(cwd): argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dfilesystem.cpp148 std::array<char, PATH_MAX> cwd {}; in GetCurrentWorkingDirectory() local
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_common.py117 cwd=os.getcwd(), argument