Searched refs:cfgFilePath (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_store.cpp | 69 std::string cfgFilePath = path; in GetTypeCfgs() local 71 cfgFilePath = old_path; in GetTypeCfgs() 73 cfgFilePath.append(UTD_CFG_FILE); in GetTypeCfgs() 74 LOG_DEBUG(UDMF_CLIENT, "get utdcustom from cfg, Path:%{public}s.", cfgFilePath.c_str()); in GetTypeCfgs() 76 std::ifstream fin(cfgFilePath); in GetTypeCfgs() 99 int32_t CustomUtdStore::SavaCfgFile(const std::string &jsonData, const std::string &cfgFilePath) in SavaCfgFile() argument 102 LOG_DEBUG(UDMF_CLIENT, "set cfg start, path:%{public}s ", cfgFilePath.c_str()); in SavaCfgFile() 103 ofs.open(cfgFilePath, 0x02); in SavaCfgFile() 105 LOG_ERROR(UDMF_CLIENT, "open cfg failed, path:%{public}s", cfgFilePath.c_str()); in SavaCfgFile()
|
H A D | custom_utd_store.h | 41 int32_t SavaCfgFile(const std::string &jsonData, const std::string &cfgFilePath);
|
Completed in 2 milliseconds