| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| D | verify_code_signature_test.cpp | 109 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/ |
| D | UncompressVerify.java | 80 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
|
| D | FileUtils.java | 60 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 497 File file = new File(hapPath); in getSha256() local 601 File file = new File(filePath); in getFileSize() local 615 public static void createParentDir(File file) { in createParentDir()
|
| /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 38 public RandomAccessFileZipDataOutput(RandomAccessFile file) { in RandomAccessFileZipDataOutput() 48 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() 387 public void setFile(String file) { in setFile()
|
| D | RandomAccessFileZipDataInput.java | 32 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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 122 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/common/ |
| D | utils.test.ts | 645 for (const file of this.mockfileList) { constant 662 for (const file of this.mockfileList) { constant 679 for (const file of this.mockfileList) { constant 696 for (const file of this.mockfileList) { constant 708 const file = TEST_TS; constant 719 const file = TEST_TS; constant 949 for (const file of this.mockfileList) { constant 966 for (const file of this.mockfileList) { constant 983 for (const file of this.mockfileList) { constant 1000 for (const file of this.mockfileList) { constant [all …]
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/general_normalize_test/ |
| D | general_normalize_test.cpp | 1154 std::ofstream file("/data/test/module.json"); variable 1182 std::ofstream file("/data/test/module.json"); variable 1210 std::ofstream file("/data/test/module.json"); variable 1238 std::ofstream file("/data/test/module.json"); variable 1266 std::ofstream file("/data/test/module.json"); variable 1294 std::ofstream file("/data/test/module.json"); variable 1322 std::ofstream file("/data/test/module.json"); variable 1350 std::ofstream file("/data/test/module.json"); variable 1378 std::ofstream file("/data/test/module.json"); variable 1406 std::ofstream file("/data/test/module.json"); variable [all …]
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/cache/ |
| D | source_map_cache.json | 4 "file": "EntryAbility.ets", string 14 "file": "Index.ets", string 24 "file": "Xxxxx.ets", string
|
| D | source_map_cache_preview.json | 4 "file": "EntryAbility.ets", string 14 "file": "Index.ets", string 24 "file": "Xxxxx.ets", string
|
| D | source_map_expect_preview.json | 4 "file": "EntryAbility.ets", string 14 "file": "Index.ets", string
|
| D | source_map_expect.json | 4 "file": "EntryAbility.ets", string 14 "file": "Index.ets", string
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneVmTrackerShmComparison.ts | 58 for (let file of dataList) { variable 89 for (let file of baseFileData) { variable 93 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_cpp/zip/src/ |
| D | random_access_file_output.cpp | 26 RandomAccessFileOutput::RandomAccessFileOutput(RandomAccessFile* file) in RandomAccessFileOutput() 31 RandomAccessFileOutput::RandomAccessFileOutput(RandomAccessFile* file, int64_t startPosition) in RandomAccessFileOutput()
|
| D | random_access_file_input.cpp | 26 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file) : file(file), in RandomAccessFileInput() 31 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file, int64_t offset, int64_t size) in RandomAccessFileInput()
|
| /developtools/hapsigner/binary_sign_tool/utils/src/ |
| D | file_utils.cpp | 104 std::ifstream file(path, std::ios::binary); in ReadFile() local 117 bool FileUtils::ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer) in ReadFileToByteBuffer() 132 std::ifstream file(filePath, std::ios::binary); in isElfFile() local 141 int FileUtils::ReadFileByOffsetAndLength(std::ifstream& file, size_t offset, size_t length, std::st… in ReadFileByOffsetAndLength() 304 bool FileUtils::IsValidFile(std::string file) in IsValidFile()
|
| /developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/randomaccessfileinputoutput_fuzzer/ |
| D | randomaccessfileinputoutput_fuzzer.cpp | 43 RandomAccessFile file; in RandomAccessFileInputConstructor() local 55 RandomAccessFile file; in RandomAccessFileOutputConstructor() local
|
| /developtools/smartperf_host/smartperf_device/device_command/utils/src/ |
| D | GetLog.cpp | 85 for (const auto& file : files) { in GenerateDaemonLogFile() local 191 for (const auto& file : filesOther) { in GenerateHilogFile() local 200 for (const auto& file : filesLog) { in GenerateHilogFile() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | GetLog.cpp | 85 for (const auto& file : files) { in GenerateDaemonLogFile() local 191 for (const auto& file : filesOther) { in GenerateHilogFile() local 200 for (const auto& file : filesLog) { in GenerateHilogFile() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/ |
| D | ConcurrencyTest.java | 122 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/codesigning/sign/src/ |
| D | verify_code_signature.cpp | 21 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_cpp/utils/src/ |
| D | file_utils.cpp | 115 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/zip/include/ |
| D | random_access_file_input.h | 57 RandomAccessFile& file; variable
|