Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py3978 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=',
4015 if not filenames:
4024 return filenames
4028 filenames = ParseArguments(sys.argv[1:])
4038 for filename in filenames:
/art/runtime/
Ddebugger.cc5094 StringTable filenames; in GetRecentAllocations() local
5108 filenames.Add(GetMethodSourceFile(m)); in GetRecentAllocations()
5141 JDWP::Append2BE(bytes, filenames.Size()); in GetRecentAllocations()
5169 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
5184 filenames.WriteTo(bytes); in GetRecentAllocations()