Searched refs:envp (Results 1 – 6 of 6) sorted by relevance
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 67 envp='', argument 79 self.envp = envp 128 envp = 'env %s ' % self.envp if self.envp else '' 133 envp = ('{}{}'.format(envp, ld_library_path) 134 if envp else 'env %s ' % ld_library_path) 140 envp=envp, 218 def envp(self): member in BinaryTestCase 222 @envp.setter 223 def envp(self, envp): member in BinaryTestCase 225 self._envp = _SafeStrip(envp)
|
D | binary_test.py | 101 self.envp = {} 111 if tag in self.envp: 112 self.envp[tag] += ' %s' % path 114 self.envp[tag] = path 192 if tag in self.envp: 193 self.envp[tag] = '%s %s'.format( 194 self.envp[tag], coverage_utils.COVERAGE_TEST_ENV) 196 self.envp[tag] = coverage_utils.COVERAGE_TEST_ENV 442 envp = self.envp[tag] if tag in self.envp else '' 458 envp=envp,
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 86 envp = self.envp[tag] if tag in self.envp else '' 103 envp=envp, 122 envp=envp, args=args)
|
/test/vts/testcases/template/hal_hidl_gtest/ |
D | hal_hidl_gtest.py | 215 envp = ' %s=true' % const.VTS_HAL_HIDL_GET_STUB 216 test_case.envp += envp
|
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 416 envp=self.GetEnvp(), 473 envp=self.GetEnvp(),
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test.py | 120 test_case.envp += "LD_LIBRARY_PATH=%s:$LD_LIBRARY_PATH" % self.custom_ld_library_path
|