Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp2335 std::string ToolPath(getDriver().ResourceDir + "/lib/"); in NaCl_TC() local
2342 file_paths.push_back(ToolPath + "i686-nacl"); in NaCl_TC()
2349 file_paths.push_back(ToolPath + "x86_64-nacl"); in NaCl_TC()
2356 file_paths.push_back(ToolPath + "arm-nacl"); in NaCl_TC()