Searched refs:VOL_ENCRYPTABLE (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A Dcryptfs.h71 #define VOL_ENCRYPTABLE 0x2 macro
H A Dmain.cpp151 flags |= VOL_ENCRYPTABLE;
H A DVolume.cpp348 ((flags & (VOL_NONREMOVABLE | VOL_ENCRYPTABLE))==(VOL_NONREMOVABLE | VOL_ENCRYPTABLE)) &&
H A Dcryptfs.c1130 return (volume->flags & (VOL_ENCRYPTABLE | VOL_NONREMOVABLE)) ==
1131 (VOL_ENCRYPTABLE | VOL_NONREMOVABLE);

Completed in 516 milliseconds