Searched refs:BuildDataSystemCePath (Results 1 – 4 of 4) sorted by relevance
249 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs()
151 std::string BuildDataSystemCePath(userid_t userid);
991 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_prepare_user_storage()1059 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_destroy_user_storage()
1162 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() function