/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 | 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 | CompressVerify.java | 181 File file = new File(utility.getRpcidPath()); in isValidRpcid() local 196 File file = new File(utility.getPackInfoPath()); in isValidPackInfo() local 231 File file = new File(utility.getProfilePath()); in isVerifyValidInHapCommonMode() local 265 File file = new File(utility.getIndexPath()); in isVerifyValidInHapMode() local 424 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() local 742 File file = new File(path); in isPathValid() local 750 File file = new File(path); in isDirectoryValidStrictCase() local
|
D | ScanStatSuffix.java | 103 private String file; field in ScanStatSuffix.FileInfo 109 public void setFile(String file) { in setFile() 365 File file = new File(path); in accountFileType() local 383 … private static void accountType(HashMap<String, List<FileInfo>> hashMap, File file, String key) { in accountType() 390 …private static void accountTypeUnknown(HashMap<String, List<FileInfo>> hashMap, File file, String … in accountTypeUnknown() 397 private static FileInfo getFileInfo(File file) { in getFileInfo() 538 private static void deleteFile(File file) { in deleteFile()
|
D | Compressor.java | 297 File file = new File(path); in isModuleJSON() local 450 File file = new File(utility.getJsonPath()); in hasGenerateBuildHash() local 487 File file = new File(utility.getJsonPath()); in setGenerateBuildHash() local 569 private static void mkdir(File file) { in mkdir() 628 File file = new File(jsonPath); in putBuildHash() local 1068 File file = new File(utility.getPackInfoPath()); in compressAppMode() local 1126 File file = new File(finalPackInfoPath); in compressAppModeForMultiProject() local 1408 File file = null; in copyHapAndHspFromApp() local 1584 File file = new File(path); in deleteFile() local 1604 File file = new File(utility.getPackInfoPath()); in compressPackResMode() local [all …]
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
D | utils.test.ts | 530 for (const file of this.mockfileList) { constant 547 for (const file of this.mockfileList) { constant 564 for (const file of this.mockfileList) { constant 581 for (const file of this.mockfileList) { constant 593 const file = TEST_TS; constant 604 const file = TEST_TS; constant 834 for (const file of this.mockfileList) { constant 851 for (const file of this.mockfileList) { constant 868 for (const file of this.mockfileList) { constant 885 for (const file of this.mockfileList) { constant [all …]
|
/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 | 56 public static void delDir(File file) { in delDir()
|
/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/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/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
D | TabPaneVmTrackerShmComparison.ts | 59 for (let file of dataList) { variable 89 for (let file of baseFileData) { variable 92 for (let file of targetFileData) { variable
|
/developtools/hdc/hdc_rust/src/host/ |
D | auth.rs | 87 let file = Path::new(&get_home_dir()) in load_or_create_prikey() localVariable 108 let file = path.join(config::RSA_PRIKEY_NAME); in create_prikey() localVariable
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/ |
D | SignToolServiceImpl.java | 345 public void outputString(String content, String file) { in outputString() 365 public boolean outputCert(X509Certificate certificate, String file) { in outputCert() 388 public boolean outputCertChain(List<X509Certificate> certificates, String file) { in outputCertChain()
|
/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/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
D | read_acl_whitelist.py | 38 def get_acl_dict(file): argument
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/ |
D | read_acl_whitelist.py | 38 def get_acl_dict(file): argument
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/ |
D | updateSourceMap.json | 8 "file": "DynamicImport.ets" string
|
/developtools/profiler/hiebpf/scripts/ |
D | fstrace_args_converter_generator.py | 16 def get_type_def(file): argument
|
/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/profiler/device/services/ipc/src/ |
D | ipc_generator.cpp | 23 bool IpcGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate()
|