Lines Matching refs:os
5 import os
15 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
16 VNDK_DEF_TOOL = os.path.join(SCRIPT_DIR, '..', 'vndk_definition_tool.py')
18 INPUT_DIR = os.path.join(SCRIPT_DIR, 'testdata', 'test_elfdump', 'input')
19 EXPECTED_DIR = os.path.join(SCRIPT_DIR, 'testdata', 'test_elfdump', 'expected')
52 cls.expected_dir = os.path.join(EXPECTED_DIR, target_name)
53 cls.test_dir = os.path.join(cls.test_dir_base, target_name)
58 src_file = os.path.join(INPUT_DIR, 'main.c')
59 obj_file = os.path.join(cls.test_dir, 'main.o')
63 out_file = os.path.join(cls.test_dir, 'main.out')
67 src_file = os.path.join(INPUT_DIR, 'test.c')
68 obj_file = os.path.join(cls.test_dir, 'test.o')
72 out_file = os.path.join(cls.test_dir, 'libtest.so')
76 out_file = os.path.join(cls.test_dir, 'libtest-rpath.so')
82 out_file = os.path.join(cls.test_dir, 'libtest-rpath-multi.so')
88 out_file = os.path.join(cls.test_dir, 'libtest-runpath.so')
94 out_file = os.path.join(cls.test_dir, 'libtest-runpath-multi.so')
115 expected_file_path = os.path.join(self.expected_dir, expected_file_name)
123 out_file = os.path.join(self.test_dir, 'main.out')
128 lib_file = os.path.join(self.test_dir, lib_name)