Searched refs:BLK_DEV_SYS_DIR (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp102 #define BLK_DEV_SYS_DIR "/sys/block" macro
618 if (!strncmp(path, BLK_DEV_SYS_DIR, sizeof(BLK_DEV_SYS_DIR) - 1)) {
619 path += sizeof(BLK_DEV_SYS_DIR) - 1;
1068 std::unique_ptr<DIR, std::function<int(DIR*)>> dirptr(opendir(BLK_DEV_SYS_DIR), closedir);
1071 MYLOGE("Failed to open %s: %s\n", BLK_DEV_SYS_DIR, strerror(errno));
1083 android::base::StringPrintf("%s/%s", BLK_DEV_SYS_DIR, d->d_name);

Completed in 50 milliseconds