Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 4 of 4) sorted by relevance

/base/theme/wallpaper_mgr/utils/src/
Dfile_deal.cpp59 bool FileDeal::CopyFile(const std::string &sourceFile, const std::string &newFile) in CopyFile()
74 bool FileDeal::DeleteFile(const std::string &sourceFile) in DeleteFile()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp124 bool LogUtil::IsTestModel(const string& sourceFile, const string& name, in IsTestModel()
/base/hiviewdfx/hiview/adapter/service/server/src/
Dhiview_service_ability.cpp225 std::string sourceFile = configInfoPtr->path + logName; in CopyOrMoveFile() local
250 std::string sourceFile = configInfoPtr->path + logName; in Remove() local
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp157 bool ExtractRule::IsMatchPath(const string& sourceFile, const string& name, const string& pattern, in IsMatchPath()