Searched refs:test_dir (Results 1 – 4 of 4) sorted by relevance
91 self.test_dir = os.path.abspath(98 if os.path.exists(self.test_dir):102 os.makedirs(self.test_dir)105 'Exiting...' % self.test_dir)140 if not self.test_dir.startswith(self.vts_test_case_dir):144 path = self.test_dir158 target = os.path.join(self.test_dir, ANDROID_MK_FILE_NAME)166 config_src_dir=self.test_dir[len(vts_dir) + 1:]))168 path = self.test_dir181 target = os.path.join(self.test_dir, ANDROID_TEST_XML_FILE_NAME)[all …]
193 File test_dir; in addApiReportToTestPlanMessage() local195 test_dir = buildHelper.getTestsDir(); in addApiReportToTestPlanMessage()201 File hal_release_path = new File(test_dir, "DATA/etc/hidl_hals_for_release.json"); in addApiReportToTestPlanMessage()210 File specDir = new File(test_dir, "spec/hardware/interfaces"); in addApiReportToTestPlanMessage()
202 test_dir = self._test_type204 test_dir = test_dir + '_replay'207 test_dir)
611 struct dirent* test_dir; in GetHalTraceMapping() local612 while ((test_dir = readdir(trace_dir)) != NULL) { in GetHalTraceMapping()613 if (test_dir->d_type == DT_DIR) { in GetHalTraceMapping()614 string test_name = test_dir->d_name; in GetHalTraceMapping()