OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MMC_DISK_STATS_PATH
(Results
1 - 2
of
2
) sorted by null
/system/core/storaged/tests/
storaged_test.cpp
30
#define
MMC_DISK_STATS_PATH
"/sys/block/mmcblk0/stat"
62
if (access(
MMC_DISK_STATS_PATH
, R_OK) >= 0) {
63
DISK_STATS_PATH =
MMC_DISK_STATS_PATH
;
215
ASSERT_TRUE(access(
MMC_DISK_STATS_PATH
, R_OK) >= 0 || access(SDA_DISK_STATS_PATH, R_OK) >= 0);
339
ASSERT_TRUE(access(
MMC_DISK_STATS_PATH
, R_OK) >= 0 || access(SDA_DISK_STATS_PATH, R_OK) >= 0);
/system/core/storaged/include/
storaged.h
155
#define
MMC_DISK_STATS_PATH
"/sys/block/mmcblk0/stat"
199
if (access(
MMC_DISK_STATS_PATH
, R_OK) >= 0) {
200
DISK_STATS_PATH =
MMC_DISK_STATS_PATH
;
219
if (access(
MMC_DISK_STATS_PATH
, R_OK) >= 0) {
220
DISK_STATS_PATH =
MMC_DISK_STATS_PATH
;
Completed in 179 milliseconds