Searched refs:BuildDataSystemCePath (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DUtils.h100 std::string BuildDataSystemCePath(userid_t userid);
H A DExt4Crypt.cpp650 if (!emulated_unlock(android::vold::BuildDataSystemCePath(user_id), 0771) ||
667 if (!emulated_lock(android::vold::BuildDataSystemCePath(user_id)) ||
720 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id);
782 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id);
H A DUtils.cpp567 std::string BuildDataSystemCePath(userid_t userId) { function in namespace:android::vold

Completed in 79 milliseconds