Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 96) sorted by relevance

1234

/developtools/packing_tool/adapter/ohos/
DUncompressVerify.java80 File file = new File(utility.getHapPath()); in hapCommandVerify() local
99 File file = new File(utility.getHspPath()); in hspCommandVerify() local
130 File file = new File(utility.getHarPath()); in harCommandVerify() local
158 File file = new File(utility.getAppPath()); in appCommandVerify() local
175 File file = new File(utility.getAPPQFPath()); in appqfVerify() local
192 private static boolean verifyOutPath(Utility utility, File file) { in verifyOutPath()
219 File file = new File(path); in isPathValid() local
DCompressVerify.java116 File file = new File(utility.getRpcidPath()); in isValidRpcid() local
131 File file = new File(utility.getPackInfoPath()); in isValidPackInfo() local
166 File file = new File(utility.getProfilePath()); in isVerifyValidInHapCommonMode() local
200 File file = new File(utility.getIndexPath()); in isVerifyValidInHapMode() local
361 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() local
632 File file = new File(path); in isPathValid() local
640 File file = new File(path); in isDirectoryValidStrictCase() local
DFileUtils.java60 File file = new File(filePath); in getFileData() local
109 File file = new File(filePath); in getFileList() local
189 File file = new File(path); in deleteFile() local
202 File file = new File(destDir); in unzip() local
303 File file = new File(filePath); in getFormatedPath() local
328 File file = new File(absFilePath.get()); in checkFileIsExists() local
492 File file = new File(hapPath); in getSha256() local
595 File file = new File(filePath); in getFileSize() local
DCompressor.java235 File file = new File(path); in isModuleJSON() local
380 File file = new File(utility.getJsonPath()); in hasGenerateBuildHash() local
413 File file = new File(utility.getJsonPath()); in setGenerateBuildHash() local
491 private static void mkdir(File file) { in mkdir()
550 File file = new File(jsonPath); in putBuildHash() local
987 File file = new File(utility.getPackInfoPath()); in compressAppMode() local
1045 File file = new File(finalPackInfoPath); in compressAppModeForMultiProject() local
1135 File file = null; in copyHapAndHspFromApp() local
1310 File file = new File(path); in deleteFile() local
1330 File file = new File(utility.getPackInfoPath()); in compressPackResMode() local
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java29 private final RandomAccessFile file; field in RandomAccessFileZipDataOutput
33 public RandomAccessFileZipDataOutput(RandomAccessFile file) { in RandomAccessFileZipDataOutput()
37 public RandomAccessFileZipDataOutput(RandomAccessFile file, long startPosition) { in RandomAccessFileZipDataOutput()
DZip.java65 private String file; field in Zip
103 private EndOfCentralDirectory getZipEndOfCentralDirectory(File file) throws IOException { in getZipEndOfCentralDirectory()
131 private void getZipCentralDirectory(File file) throws IOException { in getZipCentralDirectory()
154 private byte[] getSigningBlock(File file) throws IOException { in getSigningBlock()
165 private void getZipEntries(File file) throws IOException { in getZipEntries()
361 public void setFile(String file) { in setFile()
DRandomAccessFileZipDataInput.java31 private final RandomAccessFile file; field in RandomAccessFileZipDataInput
36 public RandomAccessFileZipDataInput(RandomAccessFile file) { in RandomAccessFileZipDataInput()
43 public RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) { in RandomAccessFileZipDataInput()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java116 public static byte[] readFile(File file) throws IOException { in readFile()
148 …public static byte[] readFileByOffsetAndLength(File file, long offset, long length) throws IOExcep… in readFileByOffsetAndLength()
283 File file = new File(filePath); in getSuffix() local
299 public static boolean writeFileToDos(String file, DataOutputStream dos) { in writeFileToDos()
346 File file = new File(filePath); in getFileLen() local
397 public static void isValidFile(File file) throws IOException { in isValidFile()
418 public static FileInputStream openInputStream(File file) throws IOException { in openInputStream()
454 public static byte[] readFileToByteArray(File file) throws IOException { in readFileToByteArray()
485 public static void deleteFile(File file) { in deleteFile()
DParamProcessUtil.java55 public static void delDir(File file) { in delDir()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneVmTrackerShmComparison.ts58 for (let file of dataList) { variable
88 for (let file of baseFileData) { variable
91 for (let file of targetFileData) { variable
/developtools/profiler/hiebpf/src/
Dbpf_event_receiver.cpp84 auto file = file_.lock(); in ReceiveFSTraceEvent() local
108 auto file = file_.lock(); in ReceivePFTraceEvent() local
131 auto file = file_.lock(); in ReceiveBIOTraceEvent() local
157 auto file = file_.lock(); in ReceiveSTRTraceEvent() local
191 auto file = file_.lock(); in WriteEventMaps() local
224 auto file = file_.lock(); in WriteSymbolInfo() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java344 public void outputString(String content, String file) { in outputString()
364 public boolean outputCert(X509Certificate certificate, String file) { in outputCert()
387 public boolean outputCertChain(List<X509Certificate> certificates, String file) { in outputCertChain()
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dread_acl_whitelist.py38 def get_acl_dict(file): argument
/developtools/profiler/hiebpf/scripts/
Dfstrace_args_converter_generator.py16 def get_type_def(file): argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java114 …public static boolean verifyElf(File file, long offset, long length, String fileFormat, String pro… in verifyElf()
158 …public static boolean verifyHap(File file, long offset, long length, String fileFormat, String pro… in verifyHap()
202 private static CodeSignBlock generateCodeSignBlock(File file, long offset, long length) in generateCodeSignBlock()
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpJsMemoryChart.ts30 static file: any; property in SpJsMemoryChart
/developtools/integration_verification/DeployDevice/src/aw/ExtractFile/
DExtractFile.py92 def backupFile(file): argument
/developtools/ace_ets2bundle/compiler/
Duglify-source.js25 files.forEach(function(file) { argument
/developtools/ace_js2bundle/ace-loader/
Duglify-source.js25 files.forEach(function(file) { argument
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dread_excel.py54 def read_excel(file, sheet, cols): argument
/developtools/hiperf/test/fuzztest/elfparser_fuzzer/
DElfParser_fuzzer.cpp28 std::unique_ptr<ElfFileFuzzer> file = std::make_unique<ElfFileFuzzer>(filename); in MakeUnique() local
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts119 for (const file of fileList) { constant
/developtools/profiler/host/smartperf/client/client_command/
Dstartup_delay.cpp76 std::ifstream file(fileName, std::ios::in); in InitXY2() local
122 std::ifstream file(fileName, std::ios::in); in InitXY() local
/developtools/profiler/device/services/ipc/src/
Dipc_generator.cpp23 bool IpcGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate()
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dfilemap.proto23 uint64 file = 1; field

1234