Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.cpp46 static constexpr const char* kApexLoopIdPrefix = "apex:"; variable
173 strlcpy((char*)li.lo_crypt_name, kApexLoopIdPrefix, LO_NAME_SIZE); in createLoopDevice()
240 if (StartsWith(id, kApexLoopIdPrefix)) { in DestroyLoopDevice()