Searched refs:FILE_NOT_FOUND (Results 1 - 7 of 7) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/common/include/ |
H A D | signature_tools_errno.h | 26 * 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 D | ERROR.java | 37 * Enum constant FILE_NOT_FOUND. 39 FILE_NOT_FOUND(102), enum constant
|
/developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
H A D | cmd_util.cpp | 173 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 D | KeyStoreHelper.java | 158 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 D | LocalizationAdapter.java | 268 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 D | file_utils.cpp | 407 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 D | sign_provider.cpp | 434 return FILE_NOT_FOUND; in LoadOptionalBlock() 455 PrintErrorNumberMsg("FILE_NOT_FOUND", FILE_NOT_FOUND, "file name is null."); in CheckFile()
|
Completed in 6 milliseconds