Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2212 std::string& classpath_dir) { in OpenClassPathFiles() argument
2222 if (!classpath_dir.empty() && location[0] != '/') { in OpenClassPathFiles()
2223 location = classpath_dir + '/' + location; in OpenClassPathFiles()