HomeSort by relevance Sort by last modified time
    Searched refs:folder_id (Results 1 - 10 of 10) sorted by null

  /external/libmtp/examples/
emptyfolders.c 36 if(file->parent_id == folderlist->folder_id) { // folder has a child
44 printf("empty folder %u (%s)\n",folderlist->folder_id,folderlist->name);
46 if (LIBMTP_Delete_Object(device,folderlist->folder_id) != 0) {
47 printf("Couldn't delete folder %u\n",folderlist->folder_id);
folders.c 33 printf("%u\t", folderlist->folder_id);
pathutils.c 29 /* Find the folder_id of a given path
48 return folder->folder_id;
  /packages/apps/Launcher2/
fill_screens.py 68 folder_id = id
74 insert = insert % (id, "title", intent, folder_id, 0, 0, 0, 1, 1, 0, -1, 0)
  /packages/apps/Launcher3/
fill_screens.py 68 folder_id = id
74 insert = insert % (id, "title", intent, folder_id, 0, 0, 0, 1, 1, 0, -1, 0)
  /external/autotest/client/site_tests/policy_ManagedBookmarks/
policy_ManagedBookmarks.py 101 folder_id = bookmark_node['id'].encode('ascii', 'ignore')
109 tab = self._open_boomark_manager_to_folder(folder_id)
  /external/libmtp/src/
libmtp.h 684 uint32_t folder_id; /**< Unique folder ID */ member in struct:LIBMTP_folder_struct
    [all...]
playlist-spl.c 784 * @param id the folder_id to look up, returns the folder's parent folder_id
810 * @return the folder_id or 0 on failure
821 return folders->folder_id;
libmtp.h.in 682 uint32_t folder_id; /**< Unique folder ID */
libmtp.c     [all...]

Completed in 1548 milliseconds