Home
last modified time | relevance | path

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

123

/developtools/packing_tool/adapter/ohos/
DUncompressVerify.java122 File file = new File(utility.getHapPath()); in hapCommandVerify() local
139 File file = new File(utility.getHarPath()); in harCommandVerify() local
167 File file = new File(utility.getAppPath()); in appCommandVerify() local
184 private static boolean verifyOutPath(Utility utility, File file) { in verifyOutPath()
213 File file = new File(path); in isPathValid() local
DCompressVerify.java83 File file = new File(utility.getJsonPath()); in commandPathVerify() local
95 File file = new File(utility.getRpcidPath()); in commandPathVerify() local
113 File file = new File(utility.getProfilePath()); in commandPathVerify() local
152 File file = new File(utility.getIndexPath()); in isVerifyValidInHapMode() local
306 File file = new File(utility.getPackInfoPath()); in isVerifyValidInAppMode() local
463 File file = new File(path); in isPathValid() local
471 File file = new File(path); in isDirectoryValidStrictCase() local
DFileUtils.java51 File file = new File(filePath); in getFileData() local
100 File file = new File(filePath); in getFileList() local
215 File file = new File(path); in deleteFile() local
228 File file = new File(destDir); in unzip() local
327 File file = new File(filePath); in getFormatedPath() local
352 File file = new File(absFilePath.get()); in checkFileIsExists() local
DConvertHapToBin.java52 File file = new File(absHapPath.get()); in packHapTobin() local
DCompressor.java136 File file = new File(path); in isModuleJSON() local
460 File file = new File(utility.getPackInfoPath()); in compressAppMode() local
590 File file = new File(destDir); in unzip() local
663 File file = new File(path); in deleteFile() local
683 File file = new File(utility.getPackInfoPath()); in compressPackResMode() local
959 File file = new File(filePath); in getFileList() local
1147 private CRC32 getCrcFromFile(File file) throws BundleException { in getCrcFromFile()
1179 …id isNameEmpty(ZipOutputStream zipOutputStream, String name, boolean KeepDirStructure, File file) { in isNameEmpty()
1420 private CRC32 getCrcFromFile(Utility utility, File file) throws BundleException { in getCrcFromFile()
/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.java32 private final RandomAccessFile file; field in RandomAccessFileZipDataInput
37 public RandomAccessFileZipDataInput(RandomAccessFile file) { in RandomAccessFileZipDataInput()
44 public RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) { in RandomAccessFileZipDataInput()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java97 public static byte[] readFile(File file) throws IOException { in readFile()
179 File file = new File(filePath); in getSuffix() local
195 public static boolean writeFileToDos(String file, DataOutputStream dos) { in writeFileToDos()
239 File file = new File(filePath); in getFileLen() local
272 public static void isValidFile(File file) throws IOException { in isValidFile()
292 public static FileInputStream openInputStream(File file) throws IOException { in openInputStream()
328 public static byte[] readFileToByteArray(File file) throws IOException { in readFileToByteArray()
DParamProcessUtil.java55 public static void delDir(File file) { in delDir()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DParsePerf.java44 public abstract void parseFile(File file) throws IOException; in parseFile()
53 protected ByteBuffer byteBufferFromFile(File file) throws IOException { in byteBufferFromFile()
DHiperfParse.java91 HiperfReport.SymbolTableFile file = record.getFile(); in parseFile() local
92 mFiles.put(file.getId(), file); in parseFile() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/services/hiperf/
DHiperfParseTest.java30 private File file; field in HiperfParseTest
/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/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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/util/
DFileUtils.java53 public static List<String> unzipTarFile(File file) { in unzipTarFile()
/developtools/profiler/device/services/ipc/src/
Dipc_generator.cpp23 bool IpcGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp29 bool FileCache::Open(const std::string& file) in Open()
/developtools/bytrace_standard/script/
Dbytrace_multi.py31 def read_files(file, devices_name): argument
/developtools/ace-ets2bundle/compiler/src/
Dets_checker.ts186 const file: string = path.resolve(moduleObj.resolvedFileName); constant
189 const value: CacheFileName = cache[file]; constant
/developtools/hiperf/test/fuzztest/ElfParser_fuzzer/
DElfParser_fuzzer.cpp47 std::unique_ptr<ElfFileFuzzer> file = std::make_unique<ElfFileFuzzer>(filename); in MakeUnique() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DSaveTraceDialog.java186 File file = fileChooser.getCurrentDirectory(); in showFileSaveDialog() local
/developtools/profiler/host/ohosprofiler/src/main/proto/
Dreport_sample.proto88 SymbolTableFile file = 3; field
Dsimplerperf_report.proto106 File file = 3; field
/developtools/hiperf/proto/
Dreport_sample.proto87 SymbolTableFile file = 3; field

123