Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dkernel_symbols_parser_test.cpp62 std::string RandomName(int len, bool suffix) in RandomName()
/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/packing_tool/adapter/ohos/
DCompressVerify.java705 List<String> fileList, String suffix) { in compatibleProcess()
781 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.java488 private static void unzip(Utility utility, String srcPath, String destDirPath, String suffix) in unzip()
516 …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/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.java249 String suffix = getSuffix(filePath); in validFileType() local
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts148 …const suffix: string = projectConfig.hotReload ? HOT_RELOAD_BUILD_INFO_SUFFIX : TS_BUILD_INFO_SUFF… constant
904 const suffix: string = /\.js$/.test(moduleName) ? '' : '.js'; constant
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java844 …private void fillZipEntryFile(FileType ft, String suffix, ZipOutputStream out) throws IOException { in fillZipEntryFile()
/developtools/global_resource_tool/src/
Dresource_pack.cpp494 string suffix = FileEntry::FilePath(source).GetExtension(); in CopyIcon() local