Home
last modified time | relevance | path

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

1234567

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
Dverify_code_signature_test.cpp109 std::string file = "./codeSigning/entry-default-signed-so.hap"; variable
131 std::string file = "./codeSigning/entry-default-signed-so.hap"; variable
151 std::string file = "./codeSigning/entry-default-signed-so.hap"; variable
171 std::string file = "./codeSigning/entry-default-signed-so.hap"; variable
191 std::string file = ""; variable
211 std::string file = "./codeSigning/hap_invalid_block_header_err.hap"; variable
231 std::string file = "./codeSigning/hap_offset_align_err.hap"; variable
251 std::string file = "./codeSigning/hap_magic_number_err.hap"; variable
271 std::string file = "./codeSigning/hap_segment_header_err.hap"; variable
312 std::string file = "./codeSigning/hap_merkle_tree_err.elf"; variable
[all …]
/developtools/packing_tool/adapter/ohos/
DUncompressVerify.java80 File file = new File(utility.getHapPath()); in hapCommandVerify() local
106 File file = new File(utility.getHspPath()); in hspCommandVerify() local
174 File file = new File(utility.getHarPath()); in harCommandVerify() local
202 File file = new File(utility.getAppPath()); in appCommandVerify() local
219 File file = new File(utility.getAPPQFPath()); in appqfVerify() local
236 private static boolean verifyOutPath(Utility utility, File file) { in verifyOutPath()
263 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
191 File file = new File(path); in deleteFile() local
204 File file = new File(destDir); in unzip() local
306 File file = new File(filePath); in getFormatedPath() local
331 File file = new File(absFilePath.get()); in checkFileIsExists() local
495 File file = new File(hapPath); in getSha256() local
599 File file = new File(filePath); in getFileSize() local
613 public static void createParentDir(File file) { in createParentDir()
DCompressVerify.java237 File file = new File(utility.getRpcidPath()); in isValidRpcid() local
254 File file = new File(utility.getPackInfoPath()); in isValidPackInfo() local
294 File file = new File(utility.getProfilePath()); in isVerifyValidInHapCommonMode() local
323 File file = new File(utility.getPkgContextPath()); in isVerifyValidInHapCommonMode() local
340 File file = new File(utility.getIndexPath()); in isVerifyValidInHapMode() local
532 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() local
908 File file = new File(path); in isPathValid() local
924 File file = new File(path); in isDirectoryValidStrictCase() local
1053 File file = new File(utility.getPkgContextPath()); in isVerifyValidInHspMode() local
/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()
387 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/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.java122 public static byte[] readFile(File file) throws IOException { in readFile()
154 …public static byte[] readFileByOffsetAndLength(File file, long offset, long length) throws IOExcep… in readFileByOffsetAndLength()
294 File file = new File(filePath); in getSuffix() local
310 public static boolean writeFileToDos(String file, DataOutputStream dos) { in writeFileToDos()
357 File file = new File(filePath); in getFileLen() local
408 public static void isValidFile(File file) throws IOException { in isValidFile()
429 public static FileInputStream openInputStream(File file) throws IOException { in openInputStream()
465 public static byte[] readFileToByteArray(File file) throws IOException { in readFileToByteArray()
496 public static void deleteFile(File file) { in deleteFile()
/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.json4 "file": "EntryAbility.ets", string
14 "file": "Index.ets", string
Dsource_map_expect_preview.json4 "file": "EntryAbility.ets", string
14 "file": "Index.ets", string
/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/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_cpp/zip/src/
Drandom_access_file_output.cpp26 RandomAccessFileOutput::RandomAccessFileOutput(RandomAccessFile* file) in RandomAccessFileOutput()
31 RandomAccessFileOutput::RandomAccessFileOutput(RandomAccessFile* file, int64_t startPosition) in RandomAccessFileOutput()
Drandom_access_file_input.cpp26 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file) : file(file), in RandomAccessFileInput()
31 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file, int64_t offset, int64_t size) in RandomAccessFileInput()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/randomaccessfileinputoutput_fuzzer/
Drandomaccessfileinputoutput_fuzzer.cpp43 RandomAccessFile file; in RandomAccessFileInputConstructor() local
54 RandomAccessFile file; in RandomAccessFileOutputConstructor() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dfile_utils.cpp115 std::ifstream file(path, std::ios::binary); in ReadFile() local
128 int FileUtils::ReadFileByOffsetAndLength(std::ifstream& file, size_t offset, size_t length, std::st… in ReadFileByOffsetAndLength()
406 bool FileUtils::IsValidFile(std::string file) in IsValidFile()
422 int64_t FileUtils::GetFileLen(const std::string& file) in GetFileLen()
432 void FileUtils::DelDir(const std::string& file) in DelDir()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp21 bool VerifyCodeSignature::VerifyHap(std::string file, int64_t offset, int64_t length, in VerifyHap()
49 bool VerifyCodeSignature::VerifyElf(std::string file, int64_t offset, int64_t length, in VerifyElf()
101 bool VerifyCodeSignature::VerifyNativeLib(CodeSignBlock& csb, std::string& file, unzFile& zFile, in VerifyNativeLib()
114 bool VerifyCodeSignature::VerifyCodeSign(std::string file, std::pair<std::string, std::string>& pai… in VerifyCodeSign()
181 bool VerifyCodeSignature::GenerateCodeSignBlock(const std::string& file, int64_t offset, in GenerateCodeSignBlock()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DConcurrencyTest.java122 private void generateHap(File file) throws IOException { in generateHap()
170 private final File file; field in ConcurrencyTest.Cleanable
172 public Cleanable(File file) { in Cleanable()
/developtools/hapsigner/hapsigntool_cpp/zip/include/
Drandom_access_file_input.h57 RandomAccessFile& file; variable
/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()
366 public boolean outputCert(X509Certificate certificate, String file) { in outputCert()
390 public boolean outputCertChain(List<X509Certificate> certificates, String file) { in outputCertChain()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DupdateSourceMap.json8 "file": "DynamicImport.ets" string
/developtools/profiler/hiebpf/scripts/
Dfstrace_args_converter_generator.py16 def get_type_def(file): argument

1234567