/developtools/profiler/device/services/profiler_service/src/ |
H A D | trace_file_reader.cpp | 66 CHECK_TRUE(!stream_.eof(), 0, "no more data in file %s stream", path_.c_str()); in Read() 71 RETURN_IF(stream_.eof(), 0, "read file end"); in Read() 80 RETURN_IF(stream_.eof(), 0, "read file end"); in Read() 92 CHECK_TRUE(!stream_.eof(), 0, "no more data in file %s stream", path_.c_str()); in ReadLen() 96 RETURN_IF(stream_.eof(), 0, "read file end"); in ReadLen() 107 CHECK_TRUE(!stream_.eof(), false, "no more data in file %s stream", path_.c_str()); in ReadData() 110 RETURN_IF(stream_.eof(), false, "read file end. read data bytes from %s failed! (offset %zu)", in ReadData()
|
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | hash_utils.cpp | 71 while (!input.eof()) { in GetFileDigest() 74 if (input.fail() && !input.eof()) { in GetFileDigest()
|
H A D | file_utils.cpp | 215 while (!input.eof()) { in AppendWriteFileToFile() 218 if (input.fail() && !input.eof()) { in AppendWriteFileToFile() 309 while (!in.eof()) { in WriteInputToOutPut() 312 if (in.fail() && !in.eof()) { in WriteInputToOutPut()
|
H A D | string_utils.cpp | 130 if ((iss >> out) && iss.eof()) { in CheckStringToint()
|
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | zip_wrapper.cpp | 185 while (!file.eof()) { in AddFileToZip() 187 if (file.fail() && !file.eof()) { in AddFileToZip()
|
H A D | utils.cpp | 184 while (!file.eof()) { in GetSha256File()
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
H A D | io_stats.cpp | 97 } while (!input.eof()); in ParseCpuStats() 151 } while (!input.eof()); in ParseIoStats()
|
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 426 const char* eof = "\n\0"; in CustomPUnblock() local 427 write(fds[WRITE], eof, strlen(eof) + 1); in CustomPUnblock()
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
H A D | rpc_server.cpp | 159 if (inputFile.eof()) { in SendConvertedFfrtFile() 177 ts_->ParseTraceDataSegment(std::move(buf), readSize, false, inputFile.eof()); in ReadAndParseData() 178 if (inputFile.eof()) { in ReadAndParseData()
|
/developtools/profiler/device/plugins/process_plugin/src/ |
H A D | process_data_plugin.cpp | 507 } while (!input.eof()); in WriteDiskioData() 603 } while (!input.eof()); in WritePssData()
|
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/ |
H A D | sign_elf.cpp | 164 while (!fileInputStream.eof()) {
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | memory_data_plugin.cpp | 857 } while (!input.eof()); in WriteAshmemInfo() 948 } while (!input.eof()); in WriteDmaInfo() 1023 } while (!input.eof()); in WriteGpuMemInfo() 1396 } while (!input.eof()); in WriteProfileMemInfo()
|
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/ |
H A D | merkle_tree_builder.cpp | 73 if (inputStream.fail() && !inputStream.eof()) { in GetDataHashes()
|
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
H A D | verify_elf.cpp | 153 if (fileStream.fail() && !fileStream.eof()) { in GetSignBlockInfo()
|
/developtools/hiperf/src/ |
H A D | report_protobuf_file.cpp | 211 if (protobufFileStream_->eof()) { in Read() 213 HLOGW("read file %d bytes failed eof. only return %zu\n", size, in Read()
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 377 } while (!input.eof()); in ReadVmemareasFile()
|
/developtools/profiler/device/plugins/network_plugin/src/ |
H A D | network_plugin.cpp | 210 } while (!input.eof()); in GetUid()
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | profiler_fps.cpp | 448 if (ss.fail() || !ss.eof()) { in GetGameLayer()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 44571 int eof; member 44632 int eof; member 57832 bool eof; global() member [all...] |