Searched refs:Exists (Results 1 – 8 of 8) sorted by relevance
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | vts_kernel_proc_file_api_test.py | 222 self.assertTrue(self.dut.Exists(filepath), 242 self.assertTrue(self.dut.Exists(filepath), '%s does not exist.' % filepath) 282 if not self.dut.Exists(filepath) and test_object.file_optional(dut=self.dut): 285 self.assertTrue(self.dut.Exists(filepath), '%s does not exist.' % filepath)
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 294 if (not self.dut.Exists(self._ODM_PROPERTY_CONTEXTS_FILE_PATH)): 310 if (not self.dut.Exists(self._PRODUCT_PROPERTY_CONTEXTS_FILE_PATH)): 376 if (not self.dut.Exists(self._ODM_PROPERTY_CONTEXTS_FILE_PATH)): 435 self.assertTrue(self.dut.Exists(path), "%s: File does not exist." % path)
|
D | VtsTrebleSysPropTest.py | 232 not target_file_utils.Exists(self._ODM_PROPERTY_CONTEXTS_FILE_PATH, 250 not target_file_utils.Exists(self._PRODUCT_PROPERTY_CONTEXTS_FILE_PATH, 319 not target_file_utils.Exists(self._ODM_PROPERTY_CONTEXTS_FILE_PATH,
|
/test/vts/utils/python/file/ |
D | target_file_utils.py | 41 def Exists(filepath, shell): function 307 asserts.assertTrue(Exists(path, shell), "%s: File does not exist." % path)
|
/test/vts-testcase/vndk/files/ |
D | VtsVndkFilesTest.py | 65 if not target_file_utils.Exists(dir_path, self._shell):
|
D | vts_vndk_files_test.py | 62 if not self._dut.Exists(dir_path):
|
/test/vts/utils/python/precondition/ |
D | precondition_utils.py | 80 if not target_file_utils.Exists(path_prefix, shell):
|
/test/vts-testcase/vndk/ |
D | utils.py | 210 def Exists(self, path): member in AndroidDevice
|