Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_win.cc37 static bool GetRegistryDescriptionFromExtension(const std::wstring& file_ext, in GetRegistryDescriptionFromExtension() argument
40 base::win::RegKey reg_ext(HKEY_CLASSES_ROOT, file_ext.c_str(), KEY_READ); in GetRegistryDescriptionFromExtension()
67 const std::vector<std::wstring>& file_ext, in FormatFilterForExtensions() argument
75 DCHECK(file_ext.size() >= ext_desc.size()); in FormatFilterForExtensions()
77 if (file_ext.empty()) in FormatFilterForExtensions()
83 if (file_ext.size() > 1) { in FormatFilterForExtensions()
85 for (const auto& exts : file_ext) { in FormatFilterForExtensions()
108 for (size_t i = 0; i < file_ext.size(); ++i) { in FormatFilterForExtensions()
109 std::wstring ext = file_ext[i]; in FormatFilterForExtensions()
199 const std::wstring& file_ext = base::UTF16ToWide(ext[x]); in GetFilterString() local
[all …]
Dfile_dialog_runner_mac.mm69 const std::u16string& file_ext = ext[x];
70 if (!file_ext.empty() && file_ext[0] == '.')
71 extensions.push_back(file_ext);
/third_party/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;
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/
D.flowconfig41 module.file_ext=.js
42 module.file_ext=.json
43 module.file_ext=.ios.js
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c1034 const char *file_ext; in file_write_http_header() local
1081 file_ext = filename; in file_write_http_header()
1082 if (file_ext != NULL) { in file_write_http_header()
1083 while (strstr(file_ext, ".") != NULL) { in file_write_http_header()
1084 file_ext = strstr(file_ext, "."); in file_write_http_header()
1085 file_ext++; in file_write_http_header()
1088 if ((file_ext == NULL) || (*file_ext == 0)) { in file_write_http_header()
1094 if (!strcmp(file_ext, g_psHTTPHeaders[j].extension)) { in file_write_http_header()
1100 printf("failed to get file type for extension \"%s\", using default.\n", file_ext); in file_write_http_header()
/third_party/flutter/skia/
DPRESUBMIT.py421 file_path, file_ext = os.path.splitext(affected_file_path)
424 if (file_ext == '.h' and
449 file_path, file_ext = os.path.splitext(affected_file_path)
452 if (file_ext == '.h' and
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c81 static const char file_ext[] = ".hs"; variable
388 bdirs[dir].path, users[usr].name, file_ext); in init_files_dirs()
404 "/local_%s%s", users[usr].name, file_ext); in init_files_dirs()
/third_party/grpc/src/python/grpcio/
Dcommands.py152 base, file_ext = os.path.splitext(source)
153 if file_ext == '.pyx':
/third_party/flatbuffers/include/flatbuffers/
Dreflection_generated.h1116 const flatbuffers::String *file_ext() const { in file_ext() function
1139 verifier.VerifyString(file_ext()) && in Verify()
1163 void add_file_ext(flatbuffers::Offset<flatbuffers::String> file_ext) { in add_file_ext()
1164 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext); in add_file_ext()
1193 flatbuffers::Offset<flatbuffers::String> file_ext = 0,
1201 builder_.add_file_ext(file_ext);
1213 const char *file_ext = nullptr,
1220 auto file_ext__ = file_ext ? _fbb.CreateString(file_ext) : 0;
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashsink.c117 const gchar *file_ext; member
589 dash_muxer_list[sink->muxer].file_ext); in on_format_location()
594 dash_muxer_list[sink->muxer].file_ext); in on_format_location()
806 ".", dash_muxer_list[sink->muxer].file_ext, NULL); in gst_dash_sink_generate_mpd_content()
/third_party/skia/
DPRESUBMIT.py338 file_path, file_ext = os.path.splitext(affected_file_path)
341 if (file_ext == '.h' and
/third_party/flatbuffers/reflection/
Dreflection.fbs117 file_ext:string;
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c665 struct file_ext { struct
/third_party/flatbuffers/src/
Didl_parser.cpp3863 file_extension_ = schema->file_ext() ? schema->file_ext()->str() : ""; in Deserialize()
/third_party/ejdb/
Duncrustify.cfg3169 # added using the 'file_ext' command.
3170 # `file_ext langType langString [langString..]`
3173 # `file_ext CPP .ch .cxx .cpp.in`