Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/util/
H A Doptions.h118 …return !illegalOptions_.IsEmpty() || sourceFile_.IsEmpty() || !DoLegalLog() || !doLegalParameters_; in HasErrors()
123 return sourceFile_; in GetSourceFile()
178 String sourceFile_; variable
H A Doptions.cpp58 sourceFile_ = option; in Parse()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_extractor.h66 const std::string sourceFile_;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp30 BaseExtractor::BaseExtractor(const std::string &source) : sourceFile_(source), zipFile_(source) in BaseExtractor()