Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 8 of 8) sorted by relevance

/test/vts/testcases/host/kernel_proc_file_api_test/
Dvts_kernel_proc_file_api_test.py222 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/
Dvts_treble_sys_prop_test.py294 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)
DVtsTrebleSysPropTest.py232 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/
Dtarget_file_utils.py41 def Exists(filepath, shell): function
307 asserts.assertTrue(Exists(path, shell), "%s: File does not exist." % path)
/test/vts-testcase/vndk/files/
DVtsVndkFilesTest.py65 if not target_file_utils.Exists(dir_path, self._shell):
Dvts_vndk_files_test.py62 if not self._dut.Exists(dir_path):
/test/vts/utils/python/precondition/
Dprecondition_utils.py80 if not target_file_utils.Exists(path_prefix, shell):
/test/vts-testcase/vndk/
Dutils.py210 def Exists(self, path): member in AndroidDevice