Searched defs:in (Results 1 – 12 of 12) sorted by relevance
| /developtools/profiler/protos/types/plugins/ftrace_data/ |
| D | gpio.proto | 24 int32 in = 2; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | gpio.proto | 24 int32 in = 2; field
|
| /developtools/global_resource_tool/src/ |
| D | resource_table.cpp | 63 ifstream in(path, ios::binary); in LoadResTable() local 259 bool ResourceTable::ReadFileHeader(ifstream &in, IndexHeader &indexHeader, int32_t &pos, int32_t le… in ReadFileHeader() 272 bool ResourceTable::ReadLimitKeys(ifstream &in, map<int32_t, vector<KeyParam>> &limitKeys, in ReadLimitKeys() 308 bool ResourceTable::ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> … in ReadIdTables() 342 bool ResourceTable::ReadDataRecordPrepare(ifstream &in, RecordItem &record, int32_t &pos, int32_t l… in ReadDataRecordPrepare() 360 bool ResourceTable::ReadDataRecordStart(std::ifstream &in, RecordItem &record, in ReadDataRecordStart()
|
| D | file_entry.cpp | 115 ifstream in(src, ios::binary); in CopyFile() local
|
| /developtools/global_resource_tool/src/xml/ |
| D | solid_xml.cpp | 189 bool SolidXml::Node::LoadFrom(ifstream &in) in LoadFrom() 197 bool SolidXml::XmlNode::LoadFrom(ifstream &in) in LoadFrom() 300 ifstream in(sxmlPath, ifstream::in | ifstream::binary); in LoadFromFile() local
|
| D | xml_key_node.cpp | 78 ifstream in(filePath, ifstream::in | ifstream::binary); in LoadFromFile() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ZipUtils.java | 192 public static ZipFileInfo findZipInfo(ZipDataInput in) throws IOException, HapFormatException { in findZipInfo() 219 private static Pair<Long, ByteBuffer> findEocdInHap(ZipDataInput in) throws IOException { in findEocdInHap()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | SignHap.java | 94 public static void copyFiles(List<String> entryNames, JarFile in, in copyFiles() 136 private static void copyFilesExceptStoredFile(List<String> entryNames, JarFile in, in copyFilesExceptStoredFile()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 329 try (InputStream in = openInputStream(file)) { in readFileToByteArray()
|
| D | HapUtils.java | 183 try (FileInputStream in = new FileInputStream(file); in readFileToByte()
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Compressor.java | 492 FileInputStream in = new FileInputStream(packInfoFile); in compressPackinfoIntoHap() local 1088 FileInputStream in = null; in compress() local 1558 InputStream in = null; in obtainVersion() local
|
| /developtools/bytrace_standard/bin/src/ |
| D | bytrace.cpp | 574 std::unique_ptr<uint8_t[]> in = std::make_unique<uint8_t[]>(CHUNK_SIZE); in DumpCompressedTrace() local
|