Searched refs:IsExecutable (Results 1 – 7 of 7) sorted by relevance
152 if not elf.IsExecutable():161 if self._dut.IsExecutable(target_path):198 if elf.IsExecutable() or self._dut.IsExecutable(target_path):
155 if not elf.IsExecutable():166 if target_file_utils.IsExecutable(permissions):205 if (elf.IsExecutable() or206 target_file_utils.IsExecutable(permissions)):
98 def IsExecutable(permission_bits): function
226 def IsExecutable(permission_bits): function
130 is_executable = self.elf_file.IsExecutable()
583 def IsExecutable(self): member in ElfParser
223 def IsExecutable(self, path): member in AndroidDevice