Searched defs:file_ext (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/tools/
H A Dfibmap.c47 struct file_ext { struct
54 void print_ext(struct file_ext *ext)
147 struct file_ext ext;
/external/syslinux/com32/elflink/ldlinux/
H A Dldlinux.c19 struct file_ext { struct
24 static const struct file_ext file_extensions[] = {
50 const struct file_ext *ext;
74 const struct file_ext *ext;
/external/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c81 static const char file_ext[] = ".hs"; variable
385 bdirs[dir].path, users[usr].name, file_ext);
401 "/local_%s%s", users[usr].name, file_ext);
/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h786 const flatbuffers::String *file_ext() const { function in struct:reflection::FLATBUFFERS_FINAL_CLASS
803 verifier.Verify(file_ext()) &&
822 void add_file_ext(flatbuffers::Offset<flatbuffers::String> file_ext) { argument
823 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext);
847 flatbuffers::Offset<flatbuffers::String> file_ext = 0,
851 builder_.add_file_ext(file_ext);
863 const char *file_ext = nullptr,
870 file_ext ? _fbb.CreateString(file_ext) : 0,

Completed in 309 milliseconds