| /developtools/packing_tool/adapter/ohos/ |
| D | UncompressVerify.java | 80 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
|
| D | CompressVerify.java | 116 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
|
| D | FileUtils.java | 60 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
|
| D | Compressor.java | 235 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/ |
| D | RandomAccessFileZipDataOutput.java | 29 private final RandomAccessFile file; field in RandomAccessFileZipDataOutput 33 public RandomAccessFileZipDataOutput(RandomAccessFile file) { in RandomAccessFileZipDataOutput() 37 public RandomAccessFileZipDataOutput(RandomAccessFile file, long startPosition) { in RandomAccessFileZipDataOutput()
|
| D | Zip.java | 65 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()
|
| D | RandomAccessFileZipDataInput.java | 31 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/ |
| D | FileUtils.java | 116 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()
|
| D | ParamProcessUtil.java | 55 public static void delDir(File file) { in delDir()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneVmTrackerShmComparison.ts | 58 for (let file of dataList) { variable 88 for (let file of baseFileData) { variable 91 for (let file of targetFileData) { variable
|
| /developtools/profiler/hiebpf/src/ |
| D | bpf_event_receiver.cpp | 84 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/ |
| D | SignToolServiceImpl.java | 344 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/ |
| D | read_acl_whitelist.py | 38 def get_acl_dict(file): argument
|
| /developtools/profiler/hiebpf/scripts/ |
| D | fstrace_args_converter_generator.py | 16 def get_type_def(file): argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | VerifyCodeSignature.java | 114 …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/ |
| D | SpJsMemoryChart.ts | 30 static file: any; property in SpJsMemoryChart
|
| /developtools/integration_verification/DeployDevice/src/aw/ExtractFile/ |
| D | ExtractFile.py | 92 def backupFile(file): argument
|
| /developtools/ace_ets2bundle/compiler/ |
| D | uglify-source.js | 25 files.forEach(function(file) { argument
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | uglify-source.js | 25 files.forEach(function(file) { argument
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
| D | read_excel.py | 54 def read_excel(file, sheet, cols): argument
|
| /developtools/hiperf/test/fuzztest/elfparser_fuzzer/ |
| D | ElfParser_fuzzer.cpp | 28 std::unique_ptr<ElfFileFuzzer> file = std::make_unique<ElfFileFuzzer>(filename); in MakeUnique() local
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotreload_mode.ts | 119 for (const file of fileList) { constant
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | startup_delay.cpp | 76 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/ |
| D | ipc_generator.cpp | 23 bool IpcGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate()
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | filemap.proto | 23 uint64 file = 1; field
|