Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DLoop.cpp98 strlcpy((char*)li.lo_crypt_name, kVoldPrefix, LO_NAME_SIZE); in create()
159 auto id = std::string((char*)li.lo_crypt_name); in destroyAll()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dloop.h59 __u8 lo_crypt_name[LO_NAME_SIZE]; member
/aosp12/system/apex/apexd/
H A Dapexd_loop.cpp210 strlcpy((char*)li.lo_crypt_name, kApexLoopIdPrefix, LO_NAME_SIZE); in ConfigureLoopDevice()
356 auto id = std::string((char*)li.lo_crypt_name); in DestroyLoopDevice()