Searched defs:ExtractFileName (Results 1 - 3 of 3) sorted by relevance

/external/chromium/googleurl/src/
H A Dgurl.cc340 std::string GURL::ExtractFileName() const { function in class:GURL
342 url_parse::ExtractFileName(spec_.data(), parsed_.path, &file_component);
H A Durl_parse.cc654 void ExtractFileName(const char* url, function in namespace:url_parse
660 void ExtractFileName(const char16* url, function in namespace:url_parse
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp136 std::string ExtractFileName(const std::string& full) function
228 std::string filenameNoPath = ExtractFileName(filename);
236 std::string grxmlbase = outdir + "/" + ExtractFileName(grxmlfile);

Completed in 85 milliseconds