HomeSort by relevance Sort by last modified time
    Searched refs:BuildDataSystemCePath (Results 1 - 3 of 3) sorted by null

  /system/vold/
Utils.h 104 std::string BuildDataSystemCePath(userid_t userid);
Ext4Crypt.cpp 611 if (!emulated_unlock(android::vold::BuildDataSystemCePath(user_id), 0771) ||
629 if (!emulated_lock(android::vold::BuildDataSystemCePath(user_id)) ||
700 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id);
752 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id);
    [all...]
Utils.cpp 613 std::string BuildDataSystemCePath(userid_t userId) {

Completed in 163 milliseconds