Home
last modified time | relevance | path

Searched refs:file_ext (Results 1 – 10 of 10) sorted by relevance

/external/f2fs-tools/tools/
Dfibmap.c47 struct file_ext { struct
54 void print_ext(struct file_ext *ext) in print_ext() argument
147 struct file_ext ext;
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c81 static const char file_ext[] = ".hs"; variable
385 bdirs[dir].path, users[usr].name, file_ext); in init_files_dirs()
401 "/local_%s%s", users[usr].name, file_ext); in init_files_dirs()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1031 const flatbuffers::String *file_ext() const { in file_ext() function
1051 verifier.VerifyString(file_ext()) && in Verify()
1073 void add_file_ext(flatbuffers::Offset<flatbuffers::String> file_ext) { in add_file_ext()
1074 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext); in add_file_ext()
1101 flatbuffers::Offset<flatbuffers::String> file_ext = 0,
1107 builder_.add_file_ext(file_ext);
1119 const char *file_ext = nullptr,
1125 auto file_ext__ = file_ext ? _fbb.CreateString(file_ext) : 0;
/external/grpc-grpc/src/python/grpcio/
Dcommands.py191 base, file_ext = os.path.splitext(source)
192 if file_ext == '.pyx':
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
Drun.sh51 file_ext=$1
/external/skia/
DPRESUBMIT.py368 file_path, file_ext = os.path.splitext(affected_file_path)
371 if (file_ext == '.h' and
/external/flatbuffers/reflection/
Dreflection.fbs102 file_ext:string;
/external/skqp/
DPRESUBMIT.py368 file_path, file_ext = os.path.splitext(affected_file_path)
371 if (file_ext == '.h' and
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c312 struct file_ext { struct
/external/flatbuffers/src/
Didl_parser.cpp3057 file_extension_ = schema->file_ext() ? schema->file_ext()->str() : ""; in Deserialize()