Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 11 of 11) sorted by relevance

/developtools/hdc/hdcd_user_permit/src/
Dconnection.cpp44 string suffix = ".settings"; in GetSettingBundleName() local
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dkernel_symbols_parser_test.cpp62 std::string RandomName(int len, bool suffix) in RandomName()
/developtools/packing_tool/adapter/ohos/
DCompressVerify.java602 List<String> fileList, String suffix) { in compatibleProcess()
678 private static boolean isOutPathValid(Utility utility, String suffix) { in isOutPathValid()
DScanStatSuffix.java132 private String suffix; field in ScanStatSuffix.ParamModelSuffix
139 public void setSuffix(String suffix) { in setSuffix()
DUncompress.java489 private static void unzip(Utility utility, String srcPath, String destDirPath, String suffix) in unzip()
517 …ivate static void unzipFromFile(Utility utility, String srcPath, String destDirPath, String suffix) in unzipFromFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java326 String suffix = getFileSuffix(input); in sign() local
385 private void appendCodeSignBlock(SignerConfig signerConfig, File tmpOutput, String suffix, in appendCodeSignBlock()
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts166 …const suffix: string = projectConfig.hotReload ? HOT_RELOAD_BUILD_INFO_SUFFIX : TS_BUILD_INFO_SUFF… constant
812 const suffix: string = /\.js$/.test(moduleName) ? '' : '.js'; constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java344 String suffix = fileNameArray[fileNameArray.length - 1]; in checkCodeSign() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java257 String suffix = getSuffix(filePath); in validFileType() local
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java829 …private void fillZipEntryFile(boolean uncompressed, String suffix, ZipOutputStream out) throws IOE… in fillZipEntryFile()
/developtools/global_resource_tool/src/
Dresource_pack.cpp490 string suffix = FileEntry::FilePath(source).GetExtension(); in CopyIcon() local