Home
last modified time | relevance | path

Searched refs:DEV_BLOCK_PATH (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp50 const std::string DEV_BLOCK_PATH = "/dev/block/"; variable
52 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()