Searched refs:class_path_locations (Results 1 – 1 of 1) sorted by relevance
1352 const std::vector<std::string> class_path_locations = in Setup() local1354 OpenClassPathFiles(class_path_locations, in Setup()1362 if (class_path_locations.size() == 1 && in Setup()1363 class_path_locations[0] == OatFile::kSpecialSharedLibrary) { in Setup()1982 static void OpenClassPathFiles(const std::vector<std::string>& class_path_locations, in OpenClassPathFiles() argument1988 for (const std::string& location : class_path_locations) { in OpenClassPathFiles()