Searched refs:url_root_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_http.cc59 assert(url_root_.empty() || url_root_[url_root_.length() - 1] == '/');
84 assert(url_root_.empty() || url_root_[url_root_.length() - 1] == '/');
219 url_root_ = iter->second;
221 // Make sure url_root_ ends with a slash.
222 if (!url_root_.empty() && url_root_[url_root
[all...]
H A Dmount_http.h51 std::string url_root_; member in class:nacl_io::MountHttp

Completed in 64 milliseconds