Searched defs:GetFile (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dscoped_flock.cc117 File* ScopedFlock::GetFile() const { function in class:art::ScopedFlock
/art/runtime/
H A Dcommon_runtime_test.h69 File* GetFile() const { function in class:art::ScratchFile
H A Doat_file_assistant.cc144 unlink(flock_.GetFile()->GetPath().c_str());
261 const OatFile* file = oat_.GetFile();
282 const OatFile* file = odex_.GetFile();
826 const OatFile* odex_file = odex_.GetFile();
962 const OatFile* file = GetFile();
1031 const OatFile* OatFileAssistant::OatFileInfo::GetFile() { function in class:art::OatFileAssistant::OatFileInfo
1032 CHECK(!file_released_) << "GetFile called after oat file released.";
1056 const OatFile* file = GetFile();
1070 const OatFile* file = GetFile();

Completed in 56 milliseconds