Home
last modified time | relevance | path

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

/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/utils/python/archive/
Darchive_parser.py52 def __init__(self, file_content): argument
60 self._content = file_content