Searched refs:BuildDataVendorDePath (Results 1 – 4 of 4) sorted by relevance
190 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs()248 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs()
151 std::string BuildDataVendorDePath(userid_t userid);
814 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage()936 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage()
1088 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() function