OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMC_DISK_STATS_PATH
(Results
1 - 3
of
3
) sorted by null
/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
;
/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/
storaged.cpp
209
if (access(
MMC_DISK_STATS_PATH
, R_OK) < 0 && access(SDA_DISK_STATS_PATH, R_OK) < 0) {
Completed in 822 milliseconds