HomeSort by relevance Sort by last modified time
    Searched refs:getline_ (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 64 static bool getline_(fstream &fs, std::string &line); // NOLINT
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 59 bool Sys::getline_(fstream &fs, std::string &line) { function in class:sdm::Sys
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 69 static bool getline_(fstream &fs, std::string &line); // NOLINT
  /hardware/qcom/display/msm8998/sdm/libs/utils/
sys.cpp 60 bool Sys::getline_(fstream &fs, std::string &line) { function in class:sdm::Sys
  /hardware/qcom/display/sdm845/sdm/include/utils/
sys.h 69 static bool getline_(fstream &fs, std::string &line); // NOLINT
  /hardware/qcom/display/sdm845/sdm/libs/utils/
sys.cpp 60 bool Sys::getline_(fstream &fs, std::string &line) { function in class:sdm::Sys
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 127 while (Sys::getline_(fs, line)) {
169 while (Sys::getline_(fs, line)) {
257 Sys::getline_(fs, line);
374 while (Sys::getline_(fs, line)) {
403 if (Sys::getline_(fs, line) &&
513 if (!Sys::getline_(fs, line)) {
531 if (!Sys::getline_(fs, line)) {
hw_primary.cpp 133 if (Sys::getline_(fs, line)) {
169 while (Sys::getline_(fs, line)) {
hw_device.cpp 748 while (Sys::getline_(fs, line)) {
771 while (Sys::getline_(fs, line)) {
825 if (!Sys::getline_(fs, line)) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_info.cpp 106 while (Sys::getline_(fs, line)) {
154 while (Sys::getline_(fs, line)) {
248 Sys::getline_(fs, line);
368 while (Sys::getline_(fs, line)) {
399 if (Sys::getline_(fs, line) &&
414 while (Sys::getline_(caps_fs, caps)) {
530 if (!Sys::getline_(fs, line)) {
549 if (!Sys::getline_(fs, line)) {
hw_primary.cpp 123 if (Sys::getline_(fs, line)) {
159 while (Sys::getline_(fs, line)) {
hw_device.cpp 807 while (Sys::getline_(fs, line)) {
830 while (Sys::getline_(fs, line)) {
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_info.cpp 106 while (Sys::getline_(fs, line)) {
154 while (Sys::getline_(fs, line)) {
246 Sys::getline_(fs, line);
366 while (Sys::getline_(fs, line)) {
397 if (Sys::getline_(fs, line) &&
412 while (Sys::getline_(caps_fs, caps)) {
528 if (!Sys::getline_(fs, line)) {
547 if (!Sys::getline_(fs, line)) {
hw_primary.cpp 123 if (Sys::getline_(fs, line)) {
159 while (Sys::getline_(fs, line)) {
hw_device.cpp 810 while (Sys::getline_(fs, line)) {
833 while (Sys::getline_(fs, line)) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 444 if (Sys::getline_(fs, line) && (!strncmp(line.c_str(), "sde_rotator", strlen("sde_rotator")))) {
456 while (Sys::getline_(caps_fs, caps)) {
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_info_drm.cpp 471 if (Sys::getline_(fs, line) && (!strncmp(line.c_str(), "sde_rotator", strlen("sde_rotator")))) {
483 while (Sys::getline_(caps_fs, caps)) {

Completed in 348 milliseconds