Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 7 of 7) sorted by relevance

/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py155 if not elf.IsExecutable():
166 if target_file_utils.IsExecutable(permissions):
205 if (elf.IsExecutable() or
206 target_file_utils.IsExecutable(permissions)):
Dvts_vndk_dependency_test.py159 if not elf.IsExecutable():
168 if self._dut.IsExecutable(target_path):
205 if elf.IsExecutable() or self._dut.IsExecutable(target_path):
/test/vts/testcases/host/kernel_proc_file_api_test/
Dtarget_file_utils.py98 def IsExecutable(permission_bits): function
/test/vts/utils/python/file/
Dtarget_file_utils.py226 def IsExecutable(permission_bits): function
/test/vts/utils/python/library/
Delf_parser_test.py130 is_executable = self.elf_file.IsExecutable()
Delf_parser.py583 def IsExecutable(self): member in ElfParser
/test/vts-testcase/vndk/
Dutils.py226 def IsExecutable(self, path): member in AndroidDevice