Searched defs:file_type (Results 1 - 10 of 10) sorted by relevance

/system/extras/ext4_utils/
H A Dcontents.h28 u8 file_type; member in struct:dentry
H A Dcontents.c66 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
/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp208 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 Dcmd_record_test.cpp353 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 Drecord_file_reader.cpp390 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 Drecord_file_writer.cpp298 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 Dthread_tree.cpp270 void ThreadTree::AddDsoInfo(const std::string& file_path, uint32_t file_type, argument
272 DsoType dso_type = static_cast<DsoType>(file_type);
/system/sepolicy/tools/fc_sort/
H A Dfc_sort.c39 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/update_engine/payload_generator/
H A Dext2_filesystem.cc98 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 Dext4.h550 __u8 file_type; member in struct:ext4_dir_entry_2

Completed in 185 milliseconds