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

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h39 const string &filename_prefix,
77 fst.Write(filename_prefix + ofilename + filename_suffix);
35 FarExtract(const vector<string> &ifilenames, const int32 &generate_filenames, const string &begin_key, const string &end_key, const string &filename_prefix, const string &filename_suffix) argument
H A Dprint-strings.h39 const int32 generate_filenames, const string &filename_prefix,
106 filename = filename_prefix + sstrm.str() + filename_suffix;
35 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h159 const string &end_key, const string &filename_prefix,
185 const string &filename_prefix; member in struct:fst::script::FarPrintStringsArgs
193 const string &filename_prefix, const string &filename_suffix) :
197 generate_filenames(generate_filenames), filename_prefix(filename_prefix),
206 args->symbols_fname, args->generate_filenames, args->filename_prefix,
220 const string &filename_prefix,
188 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc67 const string &end_key, const string &filename_prefix,
70 filename_prefix, filename_suffix);
94 const string &filename_prefix,
99 filename_prefix,
64 FarExtract(const vector<string> &ifilenames, const string &arc_type, int32 generate_filenames, const string &begin_key, const string &end_key, const string &filename_prefix, const string &filename_suffix) argument
85 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder.cc87 void UrlToFilenameEncoder::EncodeSegment(const string& filename_prefix, argument
98 // Instaweb allowing filename_prefix to not end in "/". We could
100 size_t start_of_segment = filename_prefix.find_last_of(dir_separator);
102 segment = filename_prefix;
104 segment = filename_prefix.substr(start_of_segment + 1);
105 *encoded_filename = filename_prefix.substr(0, start_of_segment + 1);

Completed in 88 milliseconds