Searched refs:url_path_ (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | sbu_op.cc | 39 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()
|
D | sbu_op.h | 118 Path url_path_; variable
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_resource_manager.cc | 98 : 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/ |
D | resource_util_win.cc | 38 : 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
|