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/policycoreutils/sepolicy/sepolicy/
Dgui.py1126 file_class = self.entrypoints[exe][1]
1128 if (path, file_class) in self.cur_dict["fcontext"]:
1129 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d":
1131 if exe != self.cur_dict["fcontext"][(path, file_class)]["type"]:
1133 … self.files_initial_data_insert(self.executable_files_liststore, path, exe, file_class)
1164 file_class = self.writable_files[write][1]
1166 if (path, file_class) in self.cur_dict["fcontext"]:
1167 if self.cur_dict["fcontext"][(path, file_class)]["action"] == "-d":
1169 if write != self.cur_dict["fcontext"][(path, file_class)]["type"]:
1171 … self.files_initial_data_insert(self.writable_files_liststore, path, write, file_class)
[all …]