Home | History | Annotate | Download | only in download

Lines Matching full:basefile

23 BaseFile::BaseFile(const FilePath& full_path,
40 BaseFile::~BaseFile() {
48 bool BaseFile::Initialize(bool calculate_hash) {
63 bool BaseFile::AppendDataToFile(const char* data, size_t data_len) {
87 bool BaseFile::Rename(const FilePath& new_path) {
148 void BaseFile::Detach() {
152 void BaseFile::Cancel() {
162 void BaseFile::Finish() {
171 bool BaseFile::GetSha256Hash(std::string* hash) {
180 void BaseFile::AnnotateWithSourceInformation() {
196 bool BaseFile::Open() {
225 void BaseFile::Close() {
238 std::string BaseFile::DebugString() const {