Home
last modified time | relevance | path

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

/frameworks/native/cmds/cmd/
Dcmd.cpp72 char cwd[256]; in openFile() local
73 getcwd(cwd, 256); in openFile()
74 String8 fullPath(cwd); in openFile()
/frameworks/ml/nn/tools/test_generator/tests/
Dtest.py53 cwd = os.getcwd()
55 os.chdir(cwd)
/frameworks/layoutlib/rename_font/
Dbuild_font.py73 cwd = os.getcwd()
78 os.chdir(cwd)
/frameworks/base/libs/hwui/tests/scripts/
Dprocess_systrace.py23 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
/frameworks/compile/slang/tests/
Dslang_test.py52 cwd = os.getcwd()
54 os.chdir(cwd)
/frameworks/rs/
Dbuild_rs.py89 ['build/soong/soong_ui.bash', '--make-mode'] + targets, cwd=android_path(), env=env)