Searched refs:file_ext (Results 1 – 10 of 10) sorted by relevance
/external/f2fs-tools/tools/ |
D | fibmap.c | 47 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/ |
D | prot_hsymlinks.c | 81 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/ |
D | reflection_generated.h | 1031 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/ |
D | commands.py | 191 base, file_ext = os.path.splitext(source) 192 if file_ext == '.pyx':
|
/external/linux-kselftest/tools/testing/selftests/intel_pstate/ |
D | run.sh | 51 file_ext=$1
|
/external/skia/ |
D | PRESUBMIT.py | 368 file_path, file_ext = os.path.splitext(affected_file_path) 371 if (file_ext == '.h' and
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 102 file_ext:string;
|
/external/skqp/ |
D | PRESUBMIT.py | 368 file_path, file_ext = os.path.splitext(affected_file_path) 371 if (file_ext == '.h' and
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 312 struct file_ext { struct
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 3057 file_extension_ = schema->file_ext() ? schema->file_ext()->str() : ""; in Deserialize()
|