Home
last modified time | relevance | path

Searched refs:manifestFile (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_reader.cpp45 std::string manifestFile = CFG_PATH + "MANIFEST.MF"; in VerifyCertFile() local
64 std::string manifestDigest = LogSignTools::CalcFileSha256Digest(manifestFile); in VerifyCertFile()
66 HIVIEW_LOGI("Verify manifestFile success"); in VerifyCertFile()
75 std::string manifestFile = CFG_PATH + "MANIFEST.MF"; in VerifyParamFile() local
76 std::ifstream file(manifestFile); in VerifyParamFile()
78 HIVIEW_LOGE("manifestFile is not good"); in VerifyParamFile()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1594 std::string manifestFile = resPath + filePath; in GetWallpaperPathInJson() local
1595 std::ifstream file(manifestFile); in GetWallpaperPathInJson()
1597 HILOG_ERROR("open fail:%{public}s", manifestFile.c_str()); in GetWallpaperPathInJson()

Completed in 4 milliseconds