Home
last modified time | relevance | path

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

12345

/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
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
304 File file = new File(filePath); in getFormatedPath() local
329 File file = new File(absFilePath.get()); in checkFileIsExists() local
493 File file = new File(hapPath); in getSha256() local
597 File file = new File(filePath); in getFileSize() local
DCompressVerify.java231 File file = new File(utility.getRpcidPath()); in isValidRpcid() local
246 File file = new File(utility.getPackInfoPath()); in isValidPackInfo() local
281 File file = new File(utility.getProfilePath()); in isVerifyValidInHapCommonMode() local
306 File file = new File(utility.getPkgContextPath()); in isVerifyValidInHapCommonMode() local
322 File file = new File(utility.getIndexPath()); in isVerifyValidInHapMode() local
496 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() local
854 File file = new File(path); in isPathValid() local
870 File file = new File(path); in isDirectoryValidStrictCase() local
960 File file = new File(utility.getPkgContextPath()); in isVerifyValidInHspMode() local
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts644 for (const file of this.mockfileList) { constant
661 for (const file of this.mockfileList) { constant
678 for (const file of this.mockfileList) { constant
695 for (const file of this.mockfileList) { constant
707 const file = TEST_TS; constant
718 const file = TEST_TS; constant
948 for (const file of this.mockfileList) { constant
965 for (const file of this.mockfileList) { constant
982 for (const file of this.mockfileList) { constant
999 for (const file of this.mockfileList) { constant
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java108 public static byte[] readFile(File file) throws IOException { in readFile()
140 …public static byte[] readFileByOffsetAndLength(File file, long offset, long length) throws IOExcep… in readFileByOffsetAndLength()
275 File file = new File(filePath); in getSuffix() local
291 public static boolean writeFileToDos(String file, DataOutputStream dos) { in writeFileToDos()
338 File file = new File(filePath); in getFileLen() local
389 public static void isValidFile(File file) throws IOException { in isValidFile()
410 public static FileInputStream openInputStream(File file) throws IOException { in openInputStream()
446 public static byte[] readFileToByteArray(File file) throws IOException { in readFileToByteArray()
477 public static void deleteFile(File file) { in deleteFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java29 private final RandomAccessFile file; field in RandomAccessFileZipDataOutput
38 public RandomAccessFileZipDataOutput(RandomAccessFile file) { in RandomAccessFileZipDataOutput()
48 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.java32 private final RandomAccessFile file; field in RandomAccessFileZipDataInput
45 public RandomAccessFileZipDataInput(RandomAccessFile file) { in RandomAccessFileZipDataInput()
59 public RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) { in RandomAccessFileZipDataInput()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/cache/
Dsource_map_cache_preview.json4 "file": "EntryAbility.ets", string
14 "file": "Index.ets", string
24 "file": "Xxxxx.ets", string
Dsource_map_cache.json4 "file": "EntryAbility.ets", string
14 "file": "Index.ets", string
24 "file": "Xxxxx.ets", string
Dsource_map_expect_preview.json4 "file": "EntryAbility.ets", string
14 "file": "Index.ets", string
Dsource_map_expect.json4 "file": "EntryAbility.ets", string
14 "file": "Index.ets", string
Dsource_map_edit.json4 "file": "EntryAbility.ets", string
/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/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneVmTrackerShmComparison.ts58 for (let file of dataList) { variable
89 for (let file of baseFileData) { variable
93 for (let file of targetFileData) { variable
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DConcurrencyTest.java120 private void generateHap(File file) throws IOException { in generateHap()
162 private final File file; field in ConcurrencyTest.Cleanable
164 public Cleanable(File file) { in Cleanable()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java345 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/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/
Dread_acl_whitelist.py38 def get_acl_dict(file): argument
/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/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DupdateSourceMap.json8 "file": "DynamicImport.ets" string
DbytecodeHarSourceMap.json9 "file": "Index.ets", string
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java137 …public static boolean verifyElf(File file, long offset, long length, String fileFormat, String pro… in verifyElf()
181 …public static boolean verifyHap(File file, long offset, long length, String fileFormat, String pro… in verifyHap()
211 private static void verifyLibs(File file, CodeSignBlock csb, Pair<String, String> pairResult) in verifyLibs()
285 private static CodeSignBlock generateCodeSignBlock(File file, long offset, long length) in generateCodeSignBlock()
/developtools/hdc/hdc_rust/src/host/
Dauth.rs174 … let file = Path::new(&get_home_dir()).join(config::RSA_PRIKEY_PATH).join(config::RSA_PRIKEY_NAME); in load_or_create_prikey() localVariable
193 let file = path.join(config::RSA_PRIKEY_NAME); in create_prikey() localVariable
/developtools/integration_verification/DeployDevice/src/aw/ExtractFile/
DExtractFile.py92 def backupFile(file): argument

12345