Searched defs:opt_name (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dmbo_getopt.h16 const char * opt_name; member in struct:mbo_opt_struct
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api_unittest.cc158 std::string opt_name; local
162 opt_name = std::string("normal_path.txt");
163 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name,
170 opt_name = std::string("/a/bad/path");
171 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name,
180 opt_name = std::string("/");
181 FileSystemChooseEntryFunction::BuildSuggestion(&opt_name, &suggested_name,
H A Dfile_system_api.cc762 const std::string *opt_name,
765 if (opt_name) {
766 *suggested_name = base::FilePath::FromUTF8Unsafe(*opt_name);
761 BuildSuggestion( const std::string *opt_name, base::FilePath* suggested_name, base::FilePath::StringType* suggested_extension) argument
/external/fio/lib/
H A Dgetopt_long.c29 const char *opt_name)
32 if (*arg_str++ != *opt_name++)
36 if (*opt_name)
28 option_matches(const char *arg_str, const char *opt_name) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c138 static int parse_remapped_files_with_opt(const char *opt_name, argument
145 int prefix_len = strlen(opt_name);
152 if (strncmp(argv[arg], opt_name, prefix_len))
176 "error: %sfrom:to argument is missing comma\n", opt_name);
245 char opt_name[32]; local
252 sprintf(opt_name, "-remap-file-%d=", try_idx);
253 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg,

Completed in 557 milliseconds