Home
last modified time | relevance | path

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

1234

/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
DCompressVerify.java116 File file = new File(utility.getRpcidPath()); in isValidRpcid() local
131 File file = new File(utility.getPackInfoPath()); in isValidPackInfo() local
166 File file = new File(utility.getProfilePath()); in isVerifyValidInHapCommonMode() local
200 File file = new File(utility.getIndexPath()); in isVerifyValidInHapMode() local
361 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() local
632 File file = new File(path); in isPathValid() local
640 File file = new File(path); in isDirectoryValidStrictCase() 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
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
DCompressor.java235 File file = new File(path); in isModuleJSON() local
380 File file = new File(utility.getJsonPath()); in hasGenerateBuildHash() local
413 File file = new File(utility.getJsonPath()); in setGenerateBuildHash() local
491 private static void mkdir(File file) { in mkdir()
550 File file = new File(jsonPath); in putBuildHash() local
987 File file = new File(utility.getPackInfoPath()); in compressAppMode() local
1045 File file = new File(finalPackInfoPath); in compressAppModeForMultiProject() local
1135 File file = null; in copyHapAndHspFromApp() local
1310 File file = new File(path); in deleteFile() local
1330 File file = new File(utility.getPackInfoPath()); in compressPackResMode() local
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java98 public static byte[] readFile(File file) throws IOException { in readFile()
180 File file = new File(filePath); in getSuffix() local
196 public static boolean writeFileToDos(String file, DataOutputStream dos) { in writeFileToDos()
240 File file = new File(filePath); in getFileLen() local
273 public static void isValidFile(File file) throws IOException { in isValidFile()
293 public static FileInputStream openInputStream(File file) throws IOException { in openInputStream()
329 public static byte[] readFileToByteArray(File file) throws IOException { in readFileToByteArray()
360 public static void deleteFile(File file) { in deleteFile()
DParamProcessUtil.java55 public static void delDir(File file) { in delDir()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java29 private final RandomAccessFile file; field in RandomAccessFileZipDataOutput
33 public RandomAccessFileZipDataOutput(RandomAccessFile file) { in RandomAccessFileZipDataOutput()
37 public RandomAccessFileZipDataOutput(RandomAccessFile file, long startPosition) { in RandomAccessFileZipDataOutput()
DRandomAccessFileZipDataInput.java31 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/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneVmTrackerShmComparison.ts58 for (let file of dataList) { variable
88 for (let file of baseFileData) { variable
91 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/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java337 public void outputString(String content, String file) { in outputString()
357 public boolean outputCert(X509Certificate certificate, String file) { in outputCert()
380 public boolean outputCertChain(List<X509Certificate> certificates, String file) { in outputCertChain()
/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/integration_verification/DeployDevice/src/aw/ExtractFile/
DExtractFile.py92 def backupFile(file): argument
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpJsMemoryChart.ts30 static file: any; property in SpJsMemoryChart
/developtools/ace_ets2bundle/compiler/
Duglify-source.js25 files.forEach(function(file) { argument
/developtools/ace_js2bundle/ace-loader/
Duglify-source.js25 files.forEach(function(file) { argument
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dread_excel.py54 def read_excel(file, sheet, cols): argument
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts119 for (const file of fileList) { constant
/developtools/hiperf/test/fuzztest/elfparser_fuzzer/
DElfParser_fuzzer.cpp28 std::unique_ptr<ElfFileFuzzer> file = std::make_unique<ElfFileFuzzer>(filename); in MakeUnique() local
/developtools/profiler/host/smartperf/client/client_command/
Dstartup_delay.cpp76 std::ifstream file(fileName, std::ios::in); in InitXY2() local
122 std::ifstream file(fileName, std::ios::in); in InitXY() local
/developtools/profiler/device/services/ipc/src/
Dipc_generator.cpp23 bool IpcGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dfilemap.proto23 uint64 file = 1; field
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp29 bool FileCache::Open(const std::string& file) in Open()
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dfilemap.proto23 uint64 file = 1; field

1234