Home
last modified time | relevance | path

Searched refs:B_SERVER_ROOT (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/soldep/inc/soldep/
H A Dappdef.hxx43 #define B_SERVER_ROOT DEFAULT_BS_ROOT macro
44 #define DEFAULT_INI_FILE B_SERVER_ROOT S_PATH_SEPARATOR "config" S_PATH_SEPARATOR "b_server.…
45 #define BINARYROOT B_SERVER_ROOT S_PATH_SEPARATOR "bin"
46 #define _JOB_DIR B_SERVER_ROOT S_PATH_SEPARATOR "server" S_PATH_SEPARATOR "db"
47 #define _INJOB_DIR B_SERVER_ROOT S_PATH_SEPARATOR "server" S_PATH_SEPARATOR "dbin"
48 #define _OUTJOB_DIR B_SERVER_ROOT S_PATH_SEPARATOR "server" S_PATH_SEPARATOR "dbout"
49 #define _ERRJOB_DIR B_SERVER_ROOT S_PATH_SEPARATOR "server" S_PATH_SEPARATOR "dberr"
50 #define _BUILDPATTERN_DIR B_SERVER_ROOT S_PATH_SEPARATOR "pattern"
51 #define _COMMENT_DIR B_SERVER_ROOT S_PATH_SEPARATOR "comment"
52 #define _SOLARLIST B_SERVER_ROOT S_PATH_SEPARATOR "config" S_PATH_SEPARATOR "solar.lst"
[all …]
/AOO41X/main/tools/inc/bootstrp/
H A Dappdef.hxx41 #define B_SERVER_ROOT DEFAULT_BS_ROOT macro
42 #define _SOLARLIST B_SERVER_ROOT S_PATH_SEPARATOR "config" S_PATH_SEPARATOR "solar.lst"
43 #define _DEF_STAND_LIST B_SERVER_ROOT S_PATH_SEPARATOR "config" S_PATH_SEPARATOR "stand.lst"
44 #define _DEF_SSOLARINI B_SERVER_ROOT S_PATH_SEPARATOR "config" S_PATH_SEPARATOR "ssolar.in…
45 #define _DEF_SSCOMMON B_SERVER_ROOT S_PATH_SEPARATOR "config" S_PATH_SEPARATOR "ssolar.cm…
46 #define _INIROOT B_SERVER_ROOT S_PATH_SEPARATOR "config"
47 #define _INIROOT_OLD B_SERVER_ROOT S_PATH_SEPARATOR "config"
/AOO41X/main/soldep/bootstrp/
H A Dappdef.cxx140 int nLen = strlen( B_SERVER_ROOT ); in GetBServerRoot()
142 (void) strcpy( pRet, B_SERVER_ROOT ); in GetBServerRoot()
/AOO41X/main/tools/bootstrp/
H A Dappdef.cxx143 int nLen = strlen( B_SERVER_ROOT ); in GetBServerRoot()
145 (void) strcpy( pRet, B_SERVER_ROOT ); in GetBServerRoot()