Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 10 of 10) sorted by relevance

/test/vts-testcase/kernel/api/sysfs/
DKernelApiSysfsTest.py82 def IsReadOnly(self, path, assert_if_absent=True): member in KernelApiSysfsTest
90 asserts.assertTrue(target_file_utils.IsReadOnly(permission),
119 self.IsReadOnly(state)
133 self.IsReadOnly(filepath)
145 self.IsReadOnly(f)
163 self.IsReadOnly(f, False)
181 self.IsReadOnly(f, False)
190 self.IsReadOnly(f, False)
204 self.IsReadOnly(filepath)
209 self.IsReadOnly(filepath)
/test/vts-testcase/kernel/api/selinux/
DKernelSelinuxFileTestBase.py61 return target_file_utils.IsReadOnly
/test/vts/testcases/host/kernel_proc_file_api_test/
Dtarget_file_utils.py116 def IsReadOnly(permission_bits): function
Dvts_kernel_proc_file_api_test.py225 self.assertTrue(target_file_utils.IsReadOnly(permission))
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DKernelProcFileTestBase.py226 return target_file_utils.IsReadOnly
DProcSimpleFileTests.py232 return target_file_utils.IsReadOnly
/test/vts/utils/python/file/
Dtarget_file_utils.py244 def IsReadOnly(permission_bits): function
/test/vts-testcase/kernel/api/proc/
DKernelProcFileTestBase.py227 return target_file_utils.IsReadOnly
DVtsKernelProcFileApiTest.py275 self.shell, filepath, target_file_utils.IsReadOnly
DProcSimpleFileTests.py231 return target_file_utils.IsReadOnly