Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 - 10 of 10) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DUncompressVerify.java31 private static final String FALSE = "false"; field in UncompressVerify
86 if (!(TRUE.equals(utility.getRpcid()) || FALSE.equals(utility.getRpcid()))) { in hapCommandVerify()
115 if (outPath.exists() && FALSE.equals(utility.getForceRewrite())) { in rpcidCommandVerify()
H A DConstants.java197 public static final String FALSE = "false"; field in Constants
H A DScanStatSuffix.java44 private static final String FALSE = "false"; field in ScanStatSuffix
121 private String compress = FALSE;
288 soFile.setCompress(oldSize < newSize ? TRUE : FALSE); in setMapData()
H A DCommandParser.java329 if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getValue())) { in initCommandFuncs()
338 if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getValue())) { in initCommandFuncs()
H A DCompressVerify.java65 private static final String FALSE = "false"; field in CompressVerify
688 if ((FALSE.equals(utility.getForceRewrite())) && (outFile.exists())) { in isVerifyValidInHQFMode()
709 if ((FALSE.equals(utility.getForceRewrite())) && outFile.exists()) { in isVerifyValidInAPPQFMode()
H A DPackageUtil.java807 if (utility.getForceRewrite().equals(Constants.FALSE) && Files.exists(outPath)) { in isVerifyValidInFastAppMode()
/developtools/hdc/hdc_rust/src/cffi/
H A Dutils.cpp87 HANDLE hMutex = CreateMutex(nullptr, FALSE, buf); in ProgramMutex()
H A Duart.cpp261 dwMilliseconds, FALSE)) {
/developtools/hdc/src/common/
H A Dbase.cpp296 if (!CreateProcess(GetTarBinFile().c_str(), buf, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) { in CompressLogFile()
1374 HANDLE hMutex = OpenMutex(SYNCHRONIZE, FALSE, buf); in ProgramMutex()
H A Duart.cpp252 dwMilliseconds, FALSE)) { in ReadUartDev()

Completed in 13 milliseconds