Searched refs:classpath_dir (Results 1 – 3 of 3) sorted by relevance
310 std::string classpath_dir = (dir_index != std::string::npos) in GetDexOptNeeded() local314 if (!class_loader_context->OpenDexFiles(classpath_dir, in GetDexOptNeeded()
88 bool OpenDexFiles(const std::string& classpath_dir = "",
391 bool ClassLoaderContext::OpenDexFiles(const std::string& classpath_dir, in OpenDexFiles() argument433 if (location[0] != '/' && !classpath_dir.empty()) { in OpenDexFiles()434 location = classpath_dir + (classpath_dir.back() == '/' ? "" : "/") + location; in OpenDexFiles()