Context.cpp File Reference

#include <support/SupportDefs.h>
#include <support/Context.h>
#include <support/INode.h>
#include <support/IProcessManager.h>
#include <support/Catalog.h>
#include <support/Looper.h>
#include <support/StdIO.h>
#include <support/Process.h>
#include <support/SortedVector.h>
#include <app/ICommand.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

Functions

 B_CONST_STRING_VALUE_LARGE (key_system,"system",)
 B_CONST_STRING_VALUE_LARGE (key_user,"user",)
 B_CONST_STRING_VALUE_LARGE (key___login,"--login",)
 B_CONST_STRING_VALUE_LARGE (BSH_COMPONENT,"org.openbinder.tools.BinderShell",)
 B_CONST_STRING_VALUE_SMALL (key__s,"-s",)
 B_CONST_STRING_VALUE_SMALL (key_sh,"sh",)
 B_IMPLEMENT_SIMPLE_TYPE_FUNCS (env_entry)
 B_STATIC_STRING_VALUE_LARGE (kProcesses,"/processes",)
int32_t BCompare (const env_entry &v1, const env_entry &v2)
bool BLessThan (const env_entry &v1, const env_entry &v2)


Function Documentation

B_CONST_STRING_VALUE_LARGE key_system  ,
"system" 
 

B_CONST_STRING_VALUE_LARGE key_user  ,
"user" 
 

B_CONST_STRING_VALUE_LARGE key___login  ,
"--login" 
 

B_CONST_STRING_VALUE_LARGE BSH_COMPONENT  ,
"org.openbinder.tools.BinderShell" 
 

B_CONST_STRING_VALUE_SMALL key__s  ,
"-s" 
 

B_CONST_STRING_VALUE_SMALL key_sh  ,
"sh" 
 

B_IMPLEMENT_SIMPLE_TYPE_FUNCS env_entry   ) 
 

B_STATIC_STRING_VALUE_LARGE kProcesses  ,
"/processes" 
 

int32_t BCompare const env_entry &  v1,
const env_entry &  v2
[inline]
 

bool BLessThan const env_entry &  v1,
const env_entry &  v2
[inline]