Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.cpp68 static constexpr const char* kApexLoopIdPrefix = "apex:"; variable
210 strlcpy((char*)li.lo_crypt_name, kApexLoopIdPrefix, LO_NAME_SIZE); in ConfigureLoopDevice()
357 if (StartsWith(id, kApexLoopIdPrefix)) { in DestroyLoopDevice()