Home
last modified time | relevance | path

Searched refs:isPathOverlap (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp215 bool isPathOverlap = false; in Sign() local
225 signParams.at(ParamConstants::PARAM_BASIC_OUTPUT_FILE), isPathOverlap); in Sign()
266 return DoAfterSign(isPathOverlap, tmpOutputFilePath, inputFilePath); in Sign()
271 bool isPathOverlap = false; in SignElf() local
290 isPathOverlap); in SignElf()
540 bool SignProvider::DoAfterSign(bool isPathOverlap, const std::string& tmpOutputFile, const std::string& inputFilePath) in DoAfterSign() argument
542 if (isPathOverlap) { in DoAfterSign()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java326 boolean isPathOverlap = false; in sign()
333 isPathOverlap = input.getCanonicalPath().equals(output.getCanonicalPath()); in sign()
334 tmpOutput = isPathOverlap ? File.createTempFile("signedHap", "." + suffix) : output; in sign()
371 return doAfterSign(isRet, isPathOverlap, tmpOutput, output); in sign()
462 private boolean doAfterSign(boolean isSuccess, boolean isPathOverlap, File tmpOutput, File output) { in doAfterSign() argument
464 if (isRet && isPathOverlap) { in doAfterSign()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/include/
H A Dsign_provider.h110 bool DoAfterSign(bool isPathOverlap, const std::string& tmpOutputFile, const std::string& inputFilePath);

Completed in 4 milliseconds