Home | History | Annotate | Download | only in linux

Lines Matching defs:file_id

118     uint32 file_id,
126 task_helper->GetFileInfo(file_id, success_callback, error_callback);
209 MTPFileNode(uint32 file_id,
223 bool DeleteChild(uint32 file_id);
225 uint32 file_id() const { return file_id_; }
244 uint32 file_id,
248 : file_id_(file_id),
276 if (child && child->file_id() == id)
300 bool MTPDeviceDelegateImplLinux::MTPFileNode::DeleteChild(uint32 file_id) {
304 if (it->second->file_id() == file_id) {
451 uint32 file_id;
452 if (CachedPathToId(file_path, &file_id)) {
461 file_id);
466 file_id,
520 uint32 file_id;
521 if (CachedPathToId(device_file_path, &file_id)) {
523 new SnapshotRequestInfo(file_id,
536 file_id);
539 file_id,
559 uint32 file_id;
560 if (CachedPathToId(device_file_path, &file_id)) {
562 file_id, buf, offset, buf_len,
569 file_id));
641 current_snapshot_request_info_->file_id,
735 snapshot_request_info->file_id,
784 uint32 file_id = 0;
785 bool ret = base::StringToUint(file_id_str, &file_id);
790 dir_node->EnsureChildExists(entry.name, file_id);
859 uint32 file_id,
863 FileIdToMTPFileNodeMap::iterator it = file_id_to_node_map_.find(file_id);
867 bool ret = parent->DeleteChild(file_id);
940 *id = current_node->file_id();