Home
last modified time | relevance | path

Searched refs:file_class (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dsynth_elf.cc15 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()
Dsynth_elf.h97 uint8_t file_class, // ELFCLASS{32,64}
/external/selinux/python/sepolicy/sepolicy/
Dgui.py1131 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 …]