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