Searched defs:CanonicalPrefixes (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/driver/
H A Ddriver.cpp54 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { argument
55 if (!CanonicalPrefixes)
329 bool CanonicalPrefixes = true; local
332 CanonicalPrefixes = false;
344 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes);

Completed in 340 milliseconds