Home
last modified time | relevance | path

Searched refs:file_ext (Results 1 – 13 of 13) 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/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Decho_path_simulation.py131 file_name, file_ext = os.path.splitext(file_name_ext)
133 file_name, self._FILE_NAME_SUFFIX, file_ext))
/external/skia/
DPRESUBMIT.py369 file_path, file_ext = os.path.splitext(affected_file_path)
372 if (file_ext == '.h' and
397 file_path, file_ext = os.path.splitext(affected_file_path)
400 if (file_ext == '.h' and
/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/grpc-grpc/src/python/grpcio/
Dcommands.py191 base, file_ext = os.path.splitext(source)
192 if file_ext == '.pyx':
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1070 const flatbuffers::String *file_ext() const { in file_ext() function
1090 verifier.VerifyString(file_ext()) && in Verify()
1113 void add_file_ext(flatbuffers::Offset<flatbuffers::String> file_ext) { in add_file_ext()
1114 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext); in add_file_ext()
1141 flatbuffers::Offset<flatbuffers::String> file_ext = 0,
1147 builder_.add_file_ext(file_ext);
1159 const char *file_ext = nullptr,
1165 auto file_ext__ = file_ext ? _fbb.CreateString(file_ext) : 0;
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
Drun.sh51 file_ext=$1
/external/flac/src/plugin_xmms/
Dtag.c134 input->file_ext = local__extname(filename); in flac_format_song_title()
/external/flatbuffers/reflection/
Dreflection.fbs105 file_ext:string;
/external/skqp/
DPRESUBMIT.py368 file_path, file_ext = os.path.splitext(affected_file_path)
371 if (file_ext == '.h' and
/external/tensorflow/third_party/gpus/
Dcuda_configure.bzl1089 file_ext = ".exe" if is_windows(repository_ctx) else ""
1092 [f + file_ext for f in ["bin2c", "fatbinary", "nvlink", "nvprune"]]
1251 file_ext = ".exe" if is_windows(repository_ctx) else ""
1252 nvcc_path = "%s/nvcc%s" % (cuda_config.config["cuda_binary_dir"], file_ext)
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake2000 set(file_ext ${LLVM_EXTERNALIZE_DEBUGINFO_EXTENSION}) variable
2002 set(file_ext dSYM) variable
2005 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}")
/external/flatbuffers/src/
Didl_parser.cpp3493 file_extension_ = schema->file_ext() ? schema->file_ext()->str() : ""; in Deserialize()