Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 21 of 21) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUncompress.java314 ZipEntry entry = entries.nextElement(); in unzipFromFile() local
389 ZipEntry entry = zipFile.getEntry(entryName); in unzipByName() local
417 …private static void dataTransfer(ZipFile zipFile, ZipEntry entry, File destFile) throws BundleExce… in dataTransfer()
456 ZipEntry entry = null; in dataTransferByInput() local
504 ZipEntry entry = entries.nextElement(); in dataTransferAllFiles() local
534 ZipEntry entry = entries.nextElement(); in dataTransferFilesByApp() local
589 ZipEntry entry = zipFile.getEntry(fileName); in readStringFromFile() local
681 ZipEntry entry = null; in unZipHapFileFromInputStream() local
830 ZipEntry entry = null; in uncompressAllByInput() local
DCompressor.java604 ZipEntry entry = entries.nextElement(); in unzip() local
647 ZipEntry entry) throws IOException { in writeFile()
1329 ZipEntry entry = null; in checkModuleTypeInHaps() local
1490 private void jsonSpecialProcess(Utility utility, File srcFile, ZipEntry entry) in jsonSpecialProcess()
1563 ZipEntry entry = null; in obtainVersion() local
DFileUtils.java243 ZipEntry entry = entries.nextElement(); in unzip() local
/developtools/profiler/device/plugins/ftrace_plugin/tools/trace_converter/
Devent_formatter.cpp27 for (auto entry : eventRegistries_) { in FormatEvent() local
/developtools/global_resource_tool/src/
Dfile_entry.cpp57 struct dirent *entry; in GetChilds() local
206 bool FileEntry::RemoveAllDirInner(const FileEntry &entry) in RemoveAllDirInner()
Dmodule_combine.cpp59 for (const auto &entry : f.GetChilds()) { in CombineDirectory() local
Dincrement_manager.cpp258 for (const auto &entry : f.GetChilds()) { in ClearSolidXml() local
Dreference_parser.cpp121 for (const auto &entry : f.GetChilds()) { in ParseRefInProfile() local
Dresource_pack.cpp316 for (const auto &entry : f.GetChilds()) { in CopyRawFileImpl() local
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp98 for (auto& entry : tmpPluginSessions) { in CreatePluginSessions() local
118 for (auto& entry : tmpPluginSessions) { in CreatePluginSessions() local
Dplugin_service.cpp419 for (auto& entry : pluginContext_) { in GetPluginStatus() local
/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.cpp61 struct dirent* entry = nullptr; in ScanPlugins() local
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp175 for (auto& entry : PrintkFormatsParser::GetInstance().printkFormats_) { variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/event/
DDeviceProcessPanelEvent.java316 Map.Entry<DeviceIPPortInfo, List<ProcessInfo>> entry = iterator.next(); in doneProcessList() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java76 JarEntry entry = e.nextElement(); in getEntryNamesFromHap() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java128 X509CRLEntry entry = crl.getRevokedCertificate(cert); in checkCRL() local
/developtools/hdc_standard/src/daemon/
Ddaemon_usb.cpp59 struct dirent *entry = nullptr; in GetDevPath() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp375 for (auto& entry : clocksMap) { in ReportClockTimes() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp378 dirent *entry; in GetEntriesInDir() local
/developtools/hiperf/src/
Dutilities.cpp455 dirent *entry; in GetEntriesInDir() local
/developtools/ace-ets2bundle/compiler/
Dwebpack.config.js44 entry: projectConfig.entryObj, property