OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emmc_info_t
(Results
1 - 2
of
2
) sorted by null
/system/core/storaged/
storaged_info.cpp
34
const string
emmc_info_t
::emmc_sysfs = "/sys/bus/mmc/devices/mmc0:0001/";
35
const string
emmc_info_t
::emmc_debugfs = "/d/mmc0/mmc0:0001/ext_csd";
36
const char*
emmc_info_t
::emmc_ver_str[9] = {
50
if (FileExists(
emmc_info_t
::emmc_sysfs) ||
51
FileExists(
emmc_info_t
::emmc_debugfs)) {
52
return new
emmc_info_t
;
79
void
emmc_info_t
::report()
87
bool
emmc_info_t
::report_sysfs()
131
bool
emmc_info_t
::report_debugfs()
/system/core/storaged/include/
storaged_info.h
51
class
emmc_info_t
: public storage_info_t {
class in inherits:storage_info_t
60
virtual ~
emmc_info_t
() {}
Completed in 61 milliseconds