Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc100 bool Init(const std::vector<std::string>& filenames, /* out */ std::string* error) { in Init() argument
101 for (size_t i = 0; i < filenames.size(); i++) { in Init()
102 flocks_[i] = LockedFile::Open(filenames[i].c_str(), O_RDWR, /* block= */ true, error); in Init()
/art/runtime/
Ddebugger.cc5066 StringTable filenames; in GetRecentAllocations() local
5087 filenames.Add(GetMethodSourceFile(m), false); in GetRecentAllocations()
5096 filenames.Finish(); in GetRecentAllocations()
5100 << " Filenames: " << filenames.Size(); in GetRecentAllocations()
5129 JDWP::Append2BE(bytes, filenames.Size()); in GetRecentAllocations()
5166 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
5183 filenames.WriteTo(bytes); in GetRecentAllocations()
/art/runtime/gc/space/
Dimage_space.cc1506 std::vector<std::string> filenames = in LoadFromFile() local
1508 DCHECK_EQ(locations.size(), filenames.size()); in LoadFromFile()
1512 spaces.push_back(Load(locations[i], filenames[i], logger, &image_reservation, error_msg)); in LoadFromFile()