Searched refs:IsExecutable (Results 1 – 5 of 5) sorted by relevance
98 def IsExecutable(permission_bits): function
153 if not elf.IsExecutable():162 if self._dut.IsExecutable(target_path):199 if elf.IsExecutable() or self._dut.IsExecutable(target_path):
130 is_executable = self.elf_file.IsExecutable()
583 def IsExecutable(self): member in ElfParser
262 def IsExecutable(self, path): member in AndroidDevice