| /developtools/hdc/hdc_rust/src/tar/ |
| H A D | decompress.rs | 35 pub fn file(path: &str) -> Result<Decompress, io::Error> { in file() functions
|
| /developtools/hapsigner/hapsigntool_cpp/zip/include/ |
| H A D | random_access_file_output.h | 45 RandomAccessFile* file; member in OHOS::SignatureTools::RandomAccessFileOutput
|
| H A D | random_access_file_input.h | 57 RandomAccessFile& file; member in OHOS::SignatureTools::RandomAccessFileInput
|
| /developtools/hapsigner/hapsigntool_cpp/zip/src/ |
| H A D | random_access_file_output.cpp | 26 RandomAccessFileOutput::RandomAccessFileOutput(RandomAccessFile* file) in RandomAccessFileOutput() argument 31 RandomAccessFileOutput::RandomAccessFileOutput(RandomAccessFile* file, int64_t startPosition) in RandomAccessFileOutput() argument
|
| H A D | random_access_file_input.cpp | 26 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file) : file(file), in RandomAccessFileInput() argument 31 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file, int64_t offset, int64_t size) in RandomAccessFileInput() argument [all...] |
| /developtools/integration_verification/tools/fotff/vcs/ |
| H A D | manifest.go | |
| /developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/randomaccessfileinputoutput_fuzzer/ |
| H A D | randomaccessfileinputoutput_fuzzer.cpp | 43 RandomAccessFile file; in RandomAccessFileInputConstructor() local 54 RandomAccessFile file; in RandomAccessFileOutputConstructor() local
|
| /developtools/hdc/hdc_rust/src/host/ |
| H A D | client.rs | 339 let mut file = std::fs::File::create(self.params[1].as_str())?; variables
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| H A D | ParamProcessUtil.java | 56 public static void delDir(File file) { in delDir() argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| H A D | RandomAccessFileZipDataOutput.java | 29 private final RandomAccessFile file; field in RandomAccessFileZipDataOutput 38 public RandomAccessFileZipDataOutput(RandomAccessFile file) { in RandomAccessFileZipDataOutput() argument 48 public RandomAccessFileZipDataOutput(RandomAccessFile file, long startPosition) { in RandomAccessFileZipDataOutput() argument [all...] |
| H A D | RandomAccessFileZipDataInput.java | 32 private final RandomAccessFile file; field in RandomAccessFileZipDataInput 45 public RandomAccessFileZipDataInput(RandomAccessFile file) { in RandomAccessFileZipDataInput() argument 59 RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) RandomAccessFileZipDataInput() argument [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/ |
| H A D | SignerFactory.java | 121 private Optional<URL> fileToUrl(File file) { in fileToUrl() argument
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/ |
| H A D | hap_utils_test.cpp | 92 std::string file; in HWTEST_F() local
|
| H A D | verify_elf_test.cpp | 354 std::string file = "./elfVerify/elf_signed_package.elf"; in HWTEST_F() local 389 std::string file = "./elfVerify/elf_signed_package.elf"; in HWTEST_F() local 407 std::string file = "./elfVerify/elf_signed_package.elf"; in HWTEST_F() local [all...] |
| /developtools/profiler/device/services/ipc/src/ |
| H A D | ipc_generator.cpp | 23 bool IpcGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate() argument
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| H A D | log.cpp | 35 void Log(char *file, char *func, int32_t line, int32_t level, char *format, ...) in Log() argument
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| H A D | file_cache.cpp | 29 bool FileCache::Open(const std::string& file) in Open() argument
|
| /developtools/hapsigner/hapsigntool_cpp/hap/utils/src/ |
| H A D | hap_utils.cpp | 100 bool HapUtils::ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer) in ReadFileToByteBuffer() argument
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| H A D | verify_code_signature_test.cpp | 109 std::string file = "./codeSigning/entry-default-signed-so.hap"; in HWTEST_F() local 131 std::string file = "./codeSigning/entry-default-signed-so.hap"; in HWTEST_F() local 151 std::string file = "./codeSigning/entry-default-signed-so.hap"; in HWTEST_F() local 171 std::string file = "./codeSigning/entry-default-signed-so.hap"; in HWTEST_F() local 191 std::string file = ""; HWTEST_F() local 211 std::string file = "./codeSigning/hap_invalid_block_header_err.hap"; HWTEST_F() local 231 std::string file = "./codeSigning/hap_offset_align_err.hap"; HWTEST_F() local 251 std::string file = "./codeSigning/hap_magic_number_err.hap"; HWTEST_F() local 271 std::string file = "./codeSigning/hap_segment_header_err.hap"; HWTEST_F() local 312 std::string file = "./codeSigning/hap_merkle_tree_err.elf"; HWTEST_F() local 332 std::string file = "./codeSigning/hap_merkle_tree_err.elf"; HWTEST_F() local 352 std::string file = "./codeSigning/hap_merkle_tree_err111.elf"; HWTEST_F() local 372 std::string file = "./codeSigning/hap_merkle_tree_err.elf"; HWTEST_F() local 392 std::string file = "./codeSigning/hap_merkle_tree_err.elf"; HWTEST_F() local 412 std::string file = "./codeSigning/hap_file_type_err.elf"; HWTEST_F() local 432 std::string file = "./codeSigning/elf_parse_sign_block_err.elf"; HWTEST_F() local 452 std::string file = "./codeSigning/hap_native_libs_err.hap"; HWTEST_F() local 474 std::string file = "./codeSigning/hap_profile_is_null_err.hap"; HWTEST_F() local 494 std::string file = "hap"; HWTEST_F() local 519 std::string file = "test.hap"; HWTEST_F() local 544 std::string file = "test.hap"; HWTEST_F() local [all...] |
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/ |
| H A D | cms_utils_test.cpp | 141 std::string file = "./codeSigning/entry-default-signed-so.hap"; in HWTEST_F() local
|
| /developtools/packing_tool/adapter/ohos/ |
| H A D | UncompressVerify.java | 192 verifyOutPath(Utility utility, File file) verifyOutPath() argument [all...] |
| /developtools/profiler/device/base/test/unittest/ |
| H A D | common_test.cpp | 33 FILE* file = fopen(filePath.c_str(), "w");
in WriteFile() local [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/ |
| H A D | HapSignToolTest.java | 267 private final File file; field in HapSignToolTest.Cleanable 269 public Cleanable(File file) { in Cleanable() argument
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| H A D | parse_slide_fps_trace.cpp | 24 double ParseSlideFpsTrace::ParseSlideFpsTraceNoh(std::string file) in ParseSlideFpsTraceNoh() argument
|
| /developtools/profiler/host/smartperf/client/client_command/test/unittest/ |
| H A D | bytrace_test.cpp | 48 std::string file = "/data/local/tmp/sptrace_"; in HWTEST_F() local
|