Searched refs:DEV_BLOCK_PATH (Results 1 – 1 of 1) sorted by relevance
50 const std::string DEV_BLOCK_PATH = "/dev/block/"; variable52 const int32_t DEV_BLOCK_PATH_LEN = DEV_BLOCK_PATH.length();87 if (source.compare(0, DEV_BLOCK_PATH_LEN, DEV_BLOCK_PATH) == 0) { in InitialiseQuotaMounts()