Searched refs:BuildDataVendorDePath (Results 1 – 4 of 4) sorted by relevance
202 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs()280 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs()
154 std::string BuildDataVendorDePath(userid_t userid);
937 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage()1071 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage()
1132 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() function