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/policycoreutils/sepolicy/sepolicy/ |
D | gui.py | 1122 file_class = self.entrypoints[exe][1] 1124 if (path, file_class) in self.cur_dict["fcontext"]: 1125 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d": 1127 if exe != self.cur_dict["fcontext"][(path, file_class)]["type"]: 1129 … self.files_initial_data_insert(self.executable_files_liststore, path, exe, file_class) 1160 file_class = self.writable_files[write][1] 1162 if (path,file_class) in self.cur_dict["fcontext"]: 1163 if self.cur_dict["fcontext"][(path,file_class) ]["action"] == "-d": 1165 if write != self.cur_dict["fcontext"][(path, file_class)]["type"]: 1167 … self.files_initial_data_insert(self.writable_files_liststore, path, write, file_class) [all …]
|