Searched refs:filenames (Results 1 – 2 of 2) sorted by relevance
3978 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=',4015 if not filenames:4024 return filenames4028 filenames = ParseArguments(sys.argv[1:])4038 for filename in filenames:
5094 StringTable filenames; in GetRecentAllocations() local5108 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()