Home
last modified time | relevance | path

Searched refs:file_dir (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_source_step.py38 file_dir = os.path.dirname(os.path.realpath(__file__))
39 app_root = os.path.join(file_dir, '..', '..')
/aosp12/frameworks/rs/tests/lldb/
H A Drun_tests.py711 file_dir = os.path.dirname(os.path.realpath(__file__))
712 tests_dir = os.path.join(file_dir, 'tests')
/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwindOfflineTest.cpp66 void Init(const char* file_dir, ArchEnum arch, bool add_stack = true) { in Init() argument
67 dir_ = TestGetFileDirectory() + "offline/" + file_dir; in Init()