Searched refs:app_playlist (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/BootCache-106/
H A Dcontrol.c572 struct BC_playlist *app_playlist = NULL; local
610 if (0 == BC_read_playlist(playlist_path, &app_playlist)) {
613 for (i = 0; i < app_playlist->p_nentries; i++) {
614 app_playlist->p_entries[i].pe_flags |= flags;
615 app_playlist->p_entries[i].pe_batch += batch_offset;
616 playlist_size += app_playlist->p_entries[i].pe_length;
622 PC_FREE_ZERO(app_playlist);
626 if (0 != (error = BC_merge_playlists(user_playlist, app_playlist))) {
627 PC_FREE_ZERO(app_playlist);
640 PC_FREE_ZERO(app_playlist);
[all...]

Completed in 140 milliseconds