Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 6 of 6) 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.cpp128 bool LogUtil::IsTestModel(const string& sourceFile, const string& name, in IsTestModel()
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/mock/
Dnativetoken_oper_test.cpp106 std::ifstream sourceFile(sourceFileName, std::ios::binary); in CopyNativeTokenJson() local
/base/update/sys_installer/services/module_update/util/src/
Dmodule_update_verify.cpp180 bool RestorePackage(const std::string &dstFile, const std::string &sourceFile) in RestorePackage()
/base/hiviewdfx/hiview/adapter/service/server/src/
Dhiview_service_ability.cpp259 std::string sourceFile = configInfoPtr->path + logName; in CopyOrMoveFile() local
287 std::string sourceFile = configInfoPtr->path + logName; in Remove() local
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp161 bool ExtractRule::IsMatchPath(const string& sourceFile, const string& name, const string& pattern, in IsMatchPath()