Searched refs:OptPath (Results 1 – 3 of 3) sorted by relevance
34 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local35 if (!OptPath.hasValue()) in FindInEnvPath()40 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()
41 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local42 if (!OptPath.hasValue()) in FindInEnvPath()47 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()
110 typedef vector< vector< Edge > > OptPath; in main() typedef113 OptPath op; in main()