Home
last modified time | relevance | path

Searched refs:FILE_NOT_FOUND (Results 1 - 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dsignature_tools_errno.h26 * Enum constant FILE_NOT_FOUND.
28 const int FILE_NOT_FOUND = -102; member
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
H A DERROR.java37 * Enum constant FILE_NOT_FOUND.
39 FILE_NOT_FOUND(102), enum constant
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp173 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "'" + outFilePath + "' File path longer than '" in UpdateParamForCheckOutFile()
178 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "The '" + outFilePath + in UpdateParamForCheckOutFile()
186 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "The file name cannot be empty '" in UpdateParamForCheckOutFile()
203 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "'" + inFilePath + "' File path longer than '" in UpdateParamForCheckInFile()
208 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "Th in UpdateParamForCheckInFile()
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DKeyStoreHelper.java158 ValidateUtils.throwIfNotMatches(this.hasAlias(alias), ERROR.FILE_NOT_FOUND, in errorIfNotExist()
244 ValidateUtils.throwIfNotMatches(this.hasAlias(alias), ERROR.FILE_NOT_FOUND, in loadCertificates()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/adapter/
H A DLocalizationAdapter.java268 ValidateUtils.throwIfNotMatches(certFile.exists(), ERROR.FILE_NOT_FOUND, in getCertsFromFile()
392 ValidateUtils.throwIfNotMatches(new File(file).exists(), ERROR.FILE_NOT_FOUND, in getInFile()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dfile_utils.cpp407 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "'" + file + "' file is not exists"); in IsValidFile()
412 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "'" + file + "' file is a directory not file"); in IsValidFile()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp434 return FILE_NOT_FOUND; in LoadOptionalBlock()
455 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "file name is null."); in CheckFile()

Completed in 6 milliseconds