Home | History | Annotate | Download | only in update_engine

Lines Matching refs:file_id

56         const std::string& file_id, size_t minimum_size) = 0;
90 // |file_id|. If |minimum_size| is non-zero, will find a peer that
102 virtual void LookupUrlForFile(const std::string& file_id,
107 // Shares a file identified by |file_id| in the directory
122 virtual bool FileShare(const std::string& file_id,
125 // Gets a fully qualified path for the file identified by |file_id|.
129 virtual base::FilePath FileGetPath(const std::string& file_id) = 0;
131 // Gets the actual size of the file identified by |file_id|. This is
137 virtual ssize_t FileGetSize(const std::string& file_id) = 0;
139 // Gets the expected size of the file identified by |file_id|. This
146 virtual ssize_t FileGetExpectedSize(const std::string& file_id) = 0;
148 // Gets whether the file identified by |file_id| is publicly
151 virtual bool FileGetVisible(const std::string& file_id,
154 // Makes the file identified by |file_id| publicly visible
157 // the method fails or there is no file for |file_id|.
158 virtual bool FileMakeVisible(const std::string& file_id) = 0;