Searched refs:playlist_path (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/BootCache-109/
H A Dcontrol.c501 char playlist_path[MAX_PLAYLIST_PATH_LENGTH]; local
539 playlist_path_end_idx = snprintf(playlist_path, sizeof(playlist_path), PREHEATED_USER_PLAYLIST_PATH_FMT, login_user);
541 // warnx("Reading user playlists from user dir %s", playlist_path);
544 strlcpy(playlist_path + playlist_path_end_idx, MERGED_PLAYLIST, sizeof(playlist_path) - playlist_path_end_idx);
545 error = BC_read_playlist(playlist_path, &user_playlist);
549 if (-1 != getxattr(playlist_path, I386_XATTR_NAME, &i386_shared_cache_batch_num, sizeof(i386_shared_cache_batch_num), 0, 0x0)) {
565 strlcpy(playlist_path + playlist_path_end_idx, LOGIN_PLAYLIST, sizeof(playlist_path)
[all...]

Completed in 63 milliseconds