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

/macosx-10.10.1/BootCache-109/
H A Dcontrol.c500 int playlist_path_end_idx = 0; local
539 playlist_path_end_idx = snprintf(playlist_path, sizeof(playlist_path), PREHEATED_USER_PLAYLIST_PATH_FMT, login_user);
544 strlcpy(playlist_path + playlist_path_end_idx, MERGED_PLAYLIST, sizeof(playlist_path) - playlist_path_end_idx);
565 strlcpy(playlist_path + playlist_path_end_idx, LOGIN_PLAYLIST, sizeof(playlist_path) - playlist_path_end_idx);
574 playlist_path[playlist_path_end_idx] = '\0';
602 snprintf(playlist_path + playlist_path_end_idx, sizeof(playlist_path) - playlist_path_end_idx, "/%s", direntry->d_name);
642 playlist_path[playlist_path_end_idx]
[all...]

Completed in 137 milliseconds