Searched refs:file_class (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | synth_elf.cc | 15 uint8_t file_class, in ELF() argument 18 addr_size_(file_class == ELFCLASS64 ? 8 : 4), in ELF() 28 assert(file_class == ELFCLASS32 || file_class == ELFCLASS64); in ELF() 39 D8(file_class); in ELF()
|
D | synth_elf.h | 97 uint8_t file_class, // ELFCLASS{32,64}
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 1130 file_class = self.entrypoints[exe][1] 1132 if (path, file_class) in self.cur_dict["fcontext"]: 1133 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d": 1135 if exe != self.cur_dict["fcontext"][(path, file_class)]["type"]: 1137 … self.files_initial_data_insert(self.executable_files_liststore, path, exe, file_class) 1168 file_class = self.writable_files[write][1] 1170 if (path, file_class) in self.cur_dict["fcontext"]: 1171 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d": 1173 if write != self.cur_dict["fcontext"][(path, file_class)]["type"]: 1175 … self.files_initial_data_insert(self.writable_files_liststore, path, write, file_class) [all …]
|