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 | 1131 file_class = self.entrypoints[exe][1] 1133 if (path, file_class) in self.cur_dict["fcontext"]: 1134 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d": 1136 if exe != self.cur_dict["fcontext"][(path, file_class)]["type"]: 1138 … self.files_initial_data_insert(self.executable_files_liststore, path, exe, file_class) 1169 file_class = self.writable_files[write][1] 1171 if (path, file_class) in self.cur_dict["fcontext"]: 1172 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d": 1174 if write != self.cur_dict["fcontext"][(path, file_class)]["type"]: 1176 … self.files_initial_data_insert(self.writable_files_liststore, path, write, file_class) [all …]
|