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

/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc31 size_t slashpos = filename.find_last_of("/\\"); local
33 if (slashpos == npos) {
37 *dir = filename.substr(0, slashpos + 1);
38 nodir = filename.substr(slashpos + 1);
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc191 base::string16::size_type slashpos = title.rfind('/'); local
192 if (slashpos != base::string16::npos)
193 title = title.substr(slashpos + 1);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 116 milliseconds