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