/system/sepolicy/tools/fc_sort/ |
H A D | fc_sort.c | 39 char *file_type; member in struct:file_context_node 50 free(x->file_type); 112 if (!a->file_type && b->file_type) 114 if (!b->file_type && a->file_type) 424 temp->file_type = (char *)malloc(sizeof(char) * 3); 425 if (!(temp->file_type)) { 438 temp->file_type[0] = line_buf[i]; 439 temp->file_type[ [all...] |
/system/sepolicy/vendor/ |
H A D | tee.te | 4 type tee_exec, exec_type, vendor_file_type, file_type;
|
/system/extras/ext4_utils/ |
H A D | contents.h | 28 u8 file_type; member in struct:dentry
|
H A D | make_ext4fs.c | 112 .file_type = EXT4_FT_DIR, 250 dentries[i].file_type = EXT4_FT_REG_FILE; 252 dentries[i].file_type = EXT4_FT_DIR; 255 dentries[i].file_type = EXT4_FT_CHRDEV; 257 dentries[i].file_type = EXT4_FT_BLKDEV; 259 dentries[i].file_type = EXT4_FT_FIFO; 261 dentries[i].file_type = EXT4_FT_SOCK; 263 dentries[i].file_type = EXT4_FT_SYMLINK; 286 dentries[0].file_type = EXT4_FT_DIR; 300 if (dentries[i].file_type [all...] |
H A D | contents.c | 66 u8 file_type) 87 dentry->file_type = file_type; 161 dentries[i].filename, dentries[i].file_type); 64 add_dentry(u8 *data, u32 *offset, struct ext4_dir_entry_2 *prev, u32 inode, const char *name, u8 file_type) argument
|
H A D | ext4fixup.c | 502 if (dirp->file_type == EXT4_FT_DIR) { 504 } else if (dirp->file_type == EXT4_FT_UNKNOWN) { 611 /* Hrm, looks like filesystems made by fastboot on stingray set the file_type
|
/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | app_neverallows.te | 50 neverallow all_untrusted_apps file_type:file link; 83 file_type
|
H A D | priv_app.te | 168 neverallow priv_app file_type:file link;
|
H A D | system_server.te | 691 file_type
|
/system/sepolicy/private/ |
H A D | app_neverallows.te | 55 neverallow all_untrusted_apps file_type:file link; 88 file_type
|
H A D | priv_app.te | 159 neverallow priv_app file_type:file link;
|
H A D | system_server.te | 722 file_type
|
/system/sepolicy/public/ |
H A D | te_macros | 36 # file_type_trans(domain, dir_type, file_type) 37 # Allow domain to create a file labeled file_type in a 52 # file_type_auto_trans(domain, dir_type, file_type) 53 # Automatically label new files with file_type when 78 type $1_tmpfs, file_type; 102 type pdx_$1_endpoint_socket, pdx_$1_endpoint_socket_type, pdx_endpoint_socket_type, file_type, coredomain_socket, mlstrustedobject, mlstrustedsubject;
|
H A D | attributes | 25 attribute file_type;
|
/system/extras/simpleperf/ |
H A D | cmd_dumprecord.cpp | 208 uint32_t file_type; local 214 &file_type, &min_vaddr, 217 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type)));
|
H A D | record_file.h | 56 uint32_t file_type, 150 uint32_t* file_type, uint64_t* min_vaddr,
|
H A D | record_file_reader.cpp | 390 uint32_t* file_type, 418 MoveFromBinaryFormat(*file_type, p); 464 uint32_t file_type; 469 read_pos, &file_path, &file_type, &min_vaddr, &symbols)) { 470 thread_tree.AddDsoInfo(file_path, file_type, min_vaddr, &symbols); 388 ReadFileFeature(size_t& read_pos, std::string* file_path, uint32_t* file_type, uint64_t* min_vaddr, std::vector<Symbol>* symbols) argument
|
H A D | thread_tree.h | 115 void AddDsoInfo(const std::string& file_path, uint32_t file_type,
|
H A D | cmd_record_test.cpp | 353 uint32_t file_type; local 358 while (reader->ReadFileFeature(read_pos, &file_path, &file_type, &min_vaddr, &symbols)) { 359 if (file_type == DSO_KERNEL && !symbols.empty()) {
|
H A D | record_file_writer.cpp | 298 uint32_t file_type, 310 MoveToBinaryFormat(file_type, p); 297 WriteFileFeature(const std::string& file_path, uint32_t file_type, uint64_t min_vaddr, const std::vector<const Symbol*>& symbols) argument
|
H A D | thread_tree.cpp | 270 void ThreadTree::AddDsoInfo(const std::string& file_path, uint32_t file_type, argument 272 DsoType dso_type = static_cast<DsoType>(file_type);
|
/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | te_macros | 36 # file_type_trans(domain, dir_type, file_type) 37 # Allow domain to create a file labeled file_type in a 52 # file_type_auto_trans(domain, dir_type, file_type) 53 # Automatically label new files with file_type when 78 type $1_tmpfs, file_type; 102 type pdx_$1_endpoint_socket, pdx_$1_endpoint_socket_type, pdx_endpoint_socket_type, file_type, coredomain_socket, mlstrustedobject, mlstrustedsubject;
|
H A D | attributes | 25 attribute file_type;
|
/system/update_engine/payload_generator/ |
H A D | ext2_filesystem.cc | 98 uint32_t file_type = dirent->name_len >> 8; local 100 if (file_type == EXT2_FT_DIR)
|
/system/extras/ext4_utils/include/ext4_utils/ |
H A D | ext4.h | 550 __u8 file_type; member in struct:ext4_dir_entry_2
|