LibreOffice Module onlineupdate (master) 1
Functions | Variables
launchchild_osx.mm File Reference
#include <Cocoa/Cocoa.h>
#include <CoreServices/CoreServices.h>
#include <crt_externs.h>
#include <stdlib.h>
#include <stdio.h>
#include <spawn.h>
#include "readstrings.h"
Include dependency graph for launchchild_osx.mm:

Go to the source code of this file.

Functions

void LaunchChild (int argc, char **argv)
 
void LaunchMacPostProcess (const char *aAppBundle)
 

Variables

static cpu_type_t pref_cpu_types [2]
 

Function Documentation

◆ LaunchChild()

void LaunchChild ( int  argc,
char **  argv 
)

Definition at line 28 of file launchchild_osx.mm.

References i, NULL, pref_cpu_types, and result.

Referenced by LaunchCallbackApp().

◆ LaunchMacPostProcess()

void LaunchMacPostProcess ( const char *  aAppBundle)

Definition at line 78 of file launchchild_osx.mm.

References init(), MAX_TEXT_LEN, ReadStrings(), and values.

Referenced by LaunchCallbackAndPostProcessApps().

Variable Documentation

◆ pref_cpu_types

cpu_type_t pref_cpu_types[2]
static
Initial value:
= {
CPU_TYPE_ANY }

Definition at line 18 of file launchchild_osx.mm.

Referenced by LaunchChild().