Searched refs:AddToSysPath (Results 1 – 2 of 2) sorted by relevance
371 static void AddToSysPath(AddLocation location, std::string path);
3125 AddToSysPath(AddLocation::End, "."); in Initialize()3132 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()3134 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()3161 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath() function in ScriptInterpreterPythonImpl