Home
last modified time | relevance | path

Searched refs:url_path_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dsbu_op.cc39 url_path_(""), in SBUOp()
149 url_path_ = root_dir / url_file_name; in ParseSBUData()
150 CHECK_FAIL_RETURN_UNEXPECTED(url_path_.Exists() && !url_path_.IsDirectory(), in ParseSBUData()
151 … "Invalid file, failed to find SBU url file: " + url_path_.ToString()); in ParseSBUData()
152 MS_LOG(INFO) << "SBU operator found url file " << url_path_.ToString() << "."; in ParseSBUData()
167 url_file_reader.open(url_path_.ToString(), std::ios::in); in ParseSBUData()
171 … "Invalid file, failed to open SBU url file: " + url_path_.ToString()); in ParseSBUData()
193 "Invalid data, SBU url and caption file are mismatched: " + url_path_.ToString() + " and " + in GetAvailablePairs()
212 …CHECK_FAIL_RETURN_UNEXPECTED(url.length() > 23, "Invalid url in " + url_path_.ToString() + ": " + … in ParsePair()
Dsbu_op.h118 Path url_path_; variable
/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc98 : url_path_(url_path), directory_path_(directory_path) { in DirectoryProvider()
99 DCHECK(!url_path_.empty()); in DirectoryProvider()
103 if (url_path_[url_path_.size() - 1] != '/') in DirectoryProvider()
104 url_path_ += '/'; in DirectoryProvider()
116 if (url.find(url_path_) != 0U) { in OnRequest()
132 std::string path_part = url.substr(url_path_.length()); in GetFilePath()
166 std::string url_path_; member in __anon7d0b60a10111::DirectoryProvider
176 : url_path_(url_path), in ArchiveProvider()
182 DCHECK(!url_path_.empty()); in ArchiveProvider()
186 if (url_path_[url_path_.size() - 1] != '/') in ArchiveProvider()
[all …]
/third_party/cef/tests/shared/browser/
Dresource_util_win.cc38 : url_path_(url_path), resource_path_prefix_(resource_path_prefix) { in BinaryResourceProvider()
50 if (url.find(url_path_) != 0L) { in OnRequest()
57 std::string relative_path = url.substr(url_path_.length()); in OnRequest()
75 std::string url_path_; member in client::__anon7db5fc000111::BinaryResourceProvider