Home
last modified time | relevance | path

Searched refs:exec_entry (Results 1 – 2 of 2) sorted by relevance

/external/selinux/gui/
Dpolgengui.py488 my_policy.set_program(self.exec_entry.get_text())
583 self.exec_entry.set_text(self.file_dialog.get_filename())
626 self.exec_entry = self.xml.get_object("exec_entry")
696 if os.path.isfile(file) and self.exec_entry.get_text() == "":
697 self.exec_entry.set_text(file)
719 self.exec_entry.set_sensitive(self.confine_application())
745 exe = self.exec_entry.get_text()
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c396 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local
412 exec_entry = *(u32 *)(buf + ESDHC_BOOT_IMAGE_ENTRY_OFS); in compute_second_stage_hash()
416 bl2_entry = (void(*)(void))exec_entry; in compute_second_stage_hash()