Home
last modified time | relevance | path

Searched refs:FB_DEV_PATH (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updater/services/ui/include/
H A Dupdater_ui_const.h21 constexpr const char *FB_DEV_PATH = "/dev/graphics/fb0"; variable
/ohos5.0/base/powermgr/battery_manager/charger/include/dev/
H A Ddisplay_drv.h22 constexpr const char* FB_DEV_PATH = "/dev/graphics/fb0"; variable
H A Dfbdev_driver.h55 static inline std::string devPath_ = FB_DEV_PATH;
/ohos5.0/base/update/updater/services/ui/driver/
H A Dfbdev_driver.h54 static inline std::string devPath_ = FB_DEV_PATH;
H A Dsurface_dev.cpp23 std::vector<std::string> SurfaceDev::fbDeviceList_ {FB_DEV_PATH};
/ohos5.0/base/powermgr/battery_manager/charger/src/dev/
H A Dgraphic_dev.cpp55 } else if (access(FB_DEV_PATH, 0) == 0) { in GetDevType()