Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprofiler.cc798 bool ProfileFile::LoadFile(const std::string& fileName) { in LoadFile() argument
799 LOG(VERBOSE) << "reading profile file " << fileName; in LoadFile()
801 int err = stat(fileName.c_str(), &st); in LoadFile()
809 std::ifstream in(fileName.c_str()); in LoadFile()
811 LOG(VERBOSE) << "profile file " << fileName << " exists but can't be opened"; in LoadFile()