Home
last modified time | relevance | path

Searched refs:localph (Results 1 – 1 of 1) sorted by relevance

/external/libmtp/src/
Dlibmtp.c6120 uint32_t localph = filedata->parent_id; local
6137 store = get_suggested_storage_id(device, filedata->filesize, localph);
6157 if (localph == 0 && use_primary_storage) {
6159 localph = device->default_music_folder;
6161 localph = device->default_video_folder;
6173 localph = device->default_picture_folder;
6180 localph = device->default_organizer_folder;
6182 localph = device->default_text_folder;
6263 if (localph == 0)
6264 localph = 0xFFFFFFFFU; // Set to -1
[all …]