Searched refs:file_content (Results 1 – 5 of 5) sorted by relevance
29 def result_correct(self, file_content): argument38 return file_content == "0" or file_content == "1"
68 file_content = target_file_utils.ReadFileContent(71 test_object.result_correct(file_content), "Results not valid!")
226 file_content = self.dut.ReadFileContent(filepath)246 file_content = self.dut.ReadFileContent(filepath)248 swp_state = int(file_content)299 file_content = self.dut.ReadFileContent(filepath)301 parse_result = test_object.parse_contents(file_content)
160 file_content = self.ReadFileContent(filepath)162 parse_result = test_object.parse_contents(file_content)277 file_content = self.ReadFileContent(filepath)292 file_content = self.ReadFileContent(self._PROC_SYS_ABI_SWP_FILE_PATH)294 swp_state = int(file_content)
52 def __init__(self, file_content): argument60 self._content = file_content