Home
last modified time | relevance | path

Searched refs:file_content (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/kernel/api/selinux/
DSelinuxCheckReqProtTest.py29 def result_correct(self, file_content): argument
38 return file_content == "0" or file_content == "1"
DVtsKernelSelinuxFileApiTest.py68 file_content = target_file_utils.ReadFileContent(
71 test_object.result_correct(file_content), "Results not valid!")
/test/vts/testcases/host/kernel_proc_file_api_test/
Dvts_kernel_proc_file_api_test.py226 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)
/test/vts-testcase/kernel/api/proc/
DVtsKernelProcFileApiTest.py160 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)
/test/vts/utils/python/archive/
Darchive_parser.py52 def __init__(self, file_content): argument
60 self._content = file_content