Home | History | Annotate | Download | only in drive_backend

Lines Matching full:file_id

73 //     - Is initial state of a tracker, only file_id and parent_tracker_id field
99 // must not have same |file_id|, and at most one of them may be active.
100 // - If multiple trackers have the same |file_id|, at most one of them may be
152 // Finds the file identified by |file_id|. Returns true if the file is found.
153 // Copies the metadata identified by |file_id| into |file| if exists and
155 bool FindFileByFileID(const std::string& file_id, FileMetadata* file) const;
163 // Finds the trackers tracking |file_id|. Returns true if the trackers are
165 bool FindTrackersByFileID(const std::string& file_id,
221 const std::string& file_id,
230 void MarkTrackersDirtyByFileID(const std::string& file_id,
239 void EraseFileFromDatabase(const std::string& file_id,