Searched refs:filenames (Results 1 – 3 of 3) sorted by relevance
/art/profman/ |
D | profile_assistant.cc | 92 bool Init(const std::vector<std::string>& filenames, /* out */ std::string* error) { in Init() argument 93 for (size_t i = 0; i < filenames.size(); i++) { in Init() 94 flocks_[i] = LockedFile::Open(filenames[i].c_str(), O_RDWR, /* block */ true, error); in Init()
|
/art/tools/ |
D | cpplint.py | 4010 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=', 4057 if not filenames: 4069 return filenames 4073 filenames = ParseArguments(sys.argv[1:]) 4083 for filename in filenames:
|
/art/runtime/ |
D | debugger.cc | 5110 StringTable filenames; in GetRecentAllocations() local 5131 filenames.Add(GetMethodSourceFile(m), false); in GetRecentAllocations() 5140 filenames.Finish(); in GetRecentAllocations() 5144 << " Filenames: " << filenames.Size(); in GetRecentAllocations() 5173 JDWP::Append2BE(bytes, filenames.Size()); in GetRecentAllocations() 5210 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations() 5227 filenames.WriteTo(bytes); in GetRecentAllocations()
|