Lines Matching refs:debugserver_file_spec
915 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local
923 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
930 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()
932 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
935 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()
936 if (debugserver_file_spec) { in StartDebugserverProcess()
937 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
938 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
942 __FUNCTION__, debugserver_file_spec.GetPath().c_str()); in StartDebugserverProcess()
944 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()
947 debugserver_file_spec = in StartDebugserverProcess()
950 debugserver_file_spec.Clear(); in StartDebugserverProcess()
951 if (debugserver_file_spec) { in StartDebugserverProcess()
959 __FUNCTION__, debugserver_file_spec.GetPath().c_str()); in StartDebugserverProcess()
969 debugserver_file_spec.GetPath(debugserver_path, sizeof(debugserver_path)); in StartDebugserverProcess()