Home
last modified time | relevance | path

Searched refs:srcName_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp34 srcName_ = std::make_shared<std::string>(sourceName); in Initialize()
43 src_.open(srcName_->c_str(), std::ifstream::binary); in Initialize()
45 Logger().Error() << "Failed to open source file: " << srcName_->data(); in Initialize()
220 return srcName_; in GetSourceName()
243 token.src = srcName_; in InitToken()
H A Dlexer.h75 std::shared_ptr<std::string> srcName_; variable
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js73 this.srcName_ = sourceName;
193 token.src = this.srcName_;