Searched refs:cwd (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/tests/scripts/
H A Dprocess_systrace.py23 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
/frameworks/native/cmds/cmd/
H A Dcmd.cpp67 char cwd[256]; local
68 getcwd(cwd, 256);
69 String8 fullPath(cwd);
/frameworks/compile/slang/tests/
H A Dslang_test.py52 cwd = os.getcwd()
54 os.chdir(cwd)
132 """Returns a list of files in cwd with extension '.rs' or '.fs'."""
199 """Cleans up the cwd of any tmp files created in current test."""
/frameworks/layoutlib/rename_font/
H A Dbuild_font.py73 cwd = os.getcwd()
78 os.chdir(cwd)
/frameworks/ml/nn/tools/test_generator/tests/
H A Dtest.py53 cwd = os.getcwd()
55 os.chdir(cwd)
133 """Returns a list of files in cwd with extension '.rs' or '.fs'."""
167 """Cleans up the cwd of any tmp files created in current test."""
/frameworks/rs/
H A Dbuild_rs.py91 ['make', jobs_arg] + targets, cwd=android_path(), env=env)

Completed in 117 milliseconds