Lines Matching refs:location_
178 ZipArchive::OpenFromOwnedFd(file_->Fd(), location_.c_str(), error_msg) : in GetMultiDexChecksum()
180 root_container_->Begin(), root_container_->Size(), location_.c_str(), error_msg)); in GetMultiDexChecksum()
265 DEXFILE_SCOPED_TRACE(std::string("Open dex file ") + location_); in OpenOne()
277 location_, in OpenOne()
293 *error_msg = StringPrintf("Unable to open '%s' : Size is too small", location_.c_str()); in InitAndReadMagic()
355 DEXFILE_SCOPED_TRACE(std::string("Open dex file ") + location_); in Open()
367 ZipArchive::OpenFromOwnedFd(file_->Fd(), location_.c_str(), error_msg) : in Open()
369 root_container_->Begin(), root_container_->Size(), location_.c_str(), error_msg)); in Open()
379 location_, in Open()
395 LOG(WARNING) << location_ << " has in excess of " << kWarnOnManyDexFilesThreshold in Open()
408 std::string multidex_location = GetMultiDexLocation(i, location_.c_str()); in Open()