Searched refs:BuildDataMiscLegacyPath (Results 1 – 3 of 3) sorted by relevance
151 std::string BuildDataMiscLegacyPath(userid_t userid);
930 auto misc_legacy_path = android::vold::BuildDataMiscLegacyPath(user_id); in fscrypt_prepare_user_storage()1065 auto misc_legacy_path = android::vold::BuildDataMiscLegacyPath(user_id); in fscrypt_destroy_user_storage()
1119 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath() function