Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc125 bool Init(const std::vector<std::string>& filenames, /* out */ std::string* error) { in Init() argument
126 for (size_t i = 0; i < filenames.size(); i++) { in Init()
127 flocks_[i] = LockedFile::Open(filenames[i].c_str(), O_RDWR, /* block= */ true, error); in Init()
/art/runtime/
Ddebugger.cc970 StringTable filenames; in GetRecentAllocations() local
991 filenames.Add(GetMethodSourceFile(m), false); in GetRecentAllocations()
1000 filenames.Finish(); in GetRecentAllocations()
1004 << " Filenames: " << filenames.Size(); in GetRecentAllocations()
1033 Append2BE(bytes, filenames.Size()); in GetRecentAllocations()
1070 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
1087 filenames.WriteTo(bytes); in GetRecentAllocations()
/art/runtime/gc/space/
Dimage_space.cc3293 std::vector<std::string> filenames = in LoadComponents() local
3295 DCHECK_EQ(locations.size(), filenames.size()); in LoadComponents()
3298 filenames[i], in LoadComponents()