xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
_system_类 参考
_system_ 的协作图:
Collaboration graph

静态 Public 成员函数

静态 Public 属性

详细描述

系统功能类,提供各种系统级别的操作和常量定义 包含日志级别、平台类型、架构类型、信号、文件类型、文件权限等常量 以及各种系统操作方法,如文件操作、进程控制、内存管理等

在文件 _system_.x6 行定义.

成员函数说明

◆ arrayCopy()

static final void arrayCopy ( Object  ,
long  ,
  Object,
long  ,
long   
) throws IndexOutOfBoundsException, ArrayStoreException, IllegalArgumentException
static

被这些函数引用 QwtPlotCurve.setSamples() , 以及 QwtPlotMultiBarChart.setSamples().

这是这个函数的调用关系图:

◆ arrayCopyFromMemory()

static final void arrayCopyFromMemory ( long  ,
  Object,
long  ,
long   
) throws IndexOutOfBoundsException, ArrayStoreException, IllegalArgumentException, IOException
static

◆ arrayCopyToMemory()

static final void arrayCopyToMemory ( Object  ,
long  ,
long  ,
long   
) throws IndexOutOfBoundsException, ArrayStoreException, IllegalArgumentException, IOException
static

◆ arrayFill()

static final void arrayFill ( Object  ,
  Object,
long  ,
long   
) throws IndexOutOfBoundsException, ArrayStoreException, IllegalArgumentException
static

◆ chbaudrate()

static final int chbaudrate ( long  ,
int   
)
static

◆ chbufsize()

static final int chbufsize ( long  ,
int   
)
static

◆ chdir()

static final bool chdir ( String  )
static

◆ chmod()

static final bool chmod ( String  ,
int   
) throws IllegalArgumentException
static

◆ chparity()

static final int chparity ( long  ,
int   
)
static

◆ chstopbit()

static final int chstopbit ( long  ,
int   
)
static

◆ close()

static final bool close ( long  )
static

◆ closePipe()

static final bool closePipe ( long  )
static

◆ consoleRead()

static final long consoleRead ( byte  [],
long  ,
long   
) throws IndexOutOfBoundsException
static

◆ consoleReadMask()

static final long consoleReadMask ( byte  [],
long  ,
long  ,
char   
) throws IndexOutOfBoundsException, NullPointerException
static

◆ consoleWrite()

static final long consoleWrite ( String  )
static

◆ consoleWriteError()

static final long consoleWriteError ( String  )
static

◆ createConsole()

static final void createConsole ( )
static

◆ createPipe()

static final long createPipe ( String  ,
bool   
)
static

◆ currentTimeMillis()

static final long currentTimeMillis ( )
static

被这些函数引用 ProgressView.beginAnimation(), ProgressView.dismissAfter(), ConnectionPool.recycle() , 以及 ConnectionPool.test().

这是这个函数的调用关系图:

◆ deleteFile()

static final bool deleteFile ( String  )
static

◆ disableIncrementalGC()

static final bool disableIncrementalGC ( bool  )
static

◆ elapsedRealtime()

static final long elapsedRealtime ( )
static

◆ exit()

static final void exit ( int  )
static

◆ fileExists()

static final bool fileExists ( String  )
static

◆ gc()

static final void gc ( )
static

◆ getAllModules()

static final int [] getAllModules ( ) throws IllegalArgumentException
static

◆ getAppDirectory()

static final String getAppDirectory ( )
static

◆ getApplicationLanguage()

static final int getApplicationLanguage ( )
static

◆ getAppPath()

static final String getAppPath ( )
static

◆ getAppTimestamp()

static final long getAppTimestamp ( )
static

◆ getAppVersion()

static final long getAppVersion ( )
static

◆ getArchId()

static final int getArchId ( )
static

◆ getchar()

static final int getchar ( )
static

◆ getDefaultEncoding()

static final String getDefaultEncoding ( )
static

◆ getEnvironmentVariable()

static final String getEnvironmentVariable ( String  )
static

◆ getFileMode()

static final int getFileMode ( String  ) throws IllegalArgumentException
static

◆ getFileSize()

static final long getFileSize ( String  ) throws IllegalArgumentException
static

◆ getHostName()

static final String getHostName ( )
static

◆ getLanguage()

static final String getLanguage ( int  )
static

◆ getLanguageCode()

static final String getLanguageCode ( int  )
static

◆ getLanguageId()

static final int getLanguageId ( String  )
static

◆ getLength()

static final long getLength ( long  ) throws IllegalArgumentException
static

被这些函数引用 FileInputStream.length().

这是这个函数的调用关系图:

◆ getModuleId()

static final int getModuleId ( String  )
static

◆ getModulePath()

static final String getModulePath ( int  )
static

◆ getOSBit()

static final int getOSBit ( )
static

◆ getOSVersion()

static final String getOSVersion ( )
static

◆ getPlatformId()

static final int getPlatformId ( )
static

被这些函数引用 AdoConnector.AdoConnector(), OSProcess.listProcesses(), VCodeGen.load() , 以及 Sqlite.CSTDNative.load().

这是这个函数的调用关系图:

◆ getProperty()

static final Object getProperty ( String  )
static

◆ getPropertyKeys()

static final String [] getPropertyKeys ( )
static

◆ getSeek()

static final long getSeek ( long  )
static

被这些函数引用 FileInputStream.getPosition().

这是这个函数的调用关系图:

◆ getSubLanguage()

static final String getSubLanguage ( int  )
static

◆ getSystemLanguage()

static final int getSystemLanguage ( )
static

◆ getTimestamp()

static final long getTimestamp ( int  )
static

◆ getVersion()

static final long getVersion ( int  )
static

◆ getWorkDirector()

static final String getWorkDirector ( )
static

◆ installService()

static final bool installService ( String  ,
  String,
  String,
  String 
)
static

◆ isServiceInstalled()

static final bool isServiceInstalled ( String  )
static

◆ listAllLanguage()

static final int [] listAllLanguage ( )
static

◆ listSubLanguage()

static final int [] listSubLanguage ( String  )
static

◆ loadLibrary()

static final int loadLibrary ( String  ) throws IllegalArgumentException
static

◆ log()

static final void log ( String  ,
int  ,
  String,
bool   
)
static

◆ makeArrayObject()

static final bool makeArrayObject ( Object  ,
long  ,
long   
)
static

◆ mkdir()

static final bool mkdir ( String  )
static

◆ open()

◆ openPipe()

static final bool openPipe ( long  ,
bool   
) throws IllegalArgumentException
static

◆ output()

static final void output ( String  )
static

◆ read()

static final long read ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

被这些函数引用 OSProcess.getProcessListUnix() , 以及 FileInputStream.read().

这是这个函数的调用关系图:

◆ readPipe()

static final long readPipe ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

◆ registryCrashHandler()

static final bool registryCrashHandler ( ICrashHandler  )
static

◆ registrySystemSignalHandler()

static final bool registrySystemSignalHandler ( int  ,
  ISystemSignalHandler,
bool   
) throws IllegalArgumentException
static

◆ rename()

static final bool rename ( String  ,
  String 
)
static

◆ rmdir()

static final bool rmdir ( String  )
static

◆ seek()

static final long seek ( long  ,
int  ,
long   
)
static

被这些函数引用 FileInputStream.seek().

这是这个函数的调用关系图:

◆ serviceRun()

static final int serviceRun ( String  )
static

◆ setApplicationLanguage()

static final void setApplicationLanguage ( int  )
static

◆ setEnvironmentVariable()

static final bool setEnvironmentVariable ( String  ,
  String,
bool  ,
bool   
) throws IllegalArgumentException
static

◆ setMinorGCThreshold()

static final bool setMinorGCThreshold ( double  )
static

◆ setObjectNonFinalize()

static final void setObjectNonFinalize ( Object  )
static

◆ setProperty()

static final bool setProperty ( String  ,
  Object 
)
static

◆ setupLogSource()

static final bool setupLogSource ( String  )
static

◆ sleep()

static final void sleep ( long  ) throws IllegalArgumentException
static

◆ stdflush()

static final void stdflush ( int  ) throws IllegalArgumentException
static

◆ uninstallService()

static final bool uninstallService ( String  )
static

◆ write()

static final long write ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

被这些函数引用 FileOutputStream.write() , 以及 FileOutputStream.write().

这是这个函数的调用关系图:

◆ writePipe()

static final long writePipe ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

结构体成员变量说明

◆ ACCMODE

const int ACCMODE
static

在文件 _system_.x231 行定义.

◆ APPEND

◆ ARCH_ARM

const int ARCH_ARM
static

在文件 _system_.x35 行定义.

◆ ARCH_ARM64

const int ARCH_ARM64
static

在文件 _system_.x36 行定义.

◆ ARCH_MIPS

const int ARCH_MIPS
static

在文件 _system_.x37 行定义.

◆ ARCH_MIPS64

const int ARCH_MIPS64
static

在文件 _system_.x38 行定义.

◆ ARCH_UNKNOW

const int ARCH_UNKNOW
static

在文件 _system_.x32 行定义.

◆ ARCH_X64

const int ARCH_X64
static

在文件 _system_.x34 行定义.

◆ ARCH_X86

const int ARCH_X86
static

在文件 _system_.x33 行定义.

◆ ASYNC

const int ASYNC
static

在文件 _system_.x242 行定义.

◆ CLOEXEC

const int CLOEXEC
static

在文件 _system_.x246 行定义.

◆ CREATE

◆ DIRECT

const int DIRECT
static

在文件 _system_.x247 行定义.

◆ DIRECTORY

const int DIRECTORY
static

在文件 _system_.x244 行定义.

◆ DSYNC

const int DSYNC
static

在文件 _system_.x250 行定义.

◆ EXCL

const int EXCL
static

在文件 _system_.x236 行定义.

◆ LARGEFILE

const int LARGEFILE
static

在文件 _system_.x243 行定义.

◆ LCID_AFK

const int LCID_AFK
static

在文件 _system_.x90 行定义.

◆ LCID_ARA

const int LCID_ARA
static

在文件 _system_.x103 行定义.

◆ LCID_ARB

const int LCID_ARB
static

在文件 _system_.x98 行定义.

◆ LCID_ARE

const int LCID_ARE
static

在文件 _system_.x94 行定义.

◆ LCID_ARG

const int LCID_ARG
static

在文件 _system_.x92 行定义.

◆ LCID_ARH

const int LCID_ARH
static

在文件 _system_.x93 行定义.

◆ LCID_ARI

const int LCID_ARI
static

在文件 _system_.x95 行定义.

◆ LCID_ARJ

const int LCID_ARJ
static

在文件 _system_.x96 行定义.

◆ LCID_ARK

const int LCID_ARK
static

在文件 _system_.x97 行定义.

◆ LCID_ARL

const int LCID_ARL
static

在文件 _system_.x99 行定义.

◆ LCID_ARM

const int LCID_ARM
static

在文件 _system_.x100 行定义.

◆ LCID_ARO

const int LCID_ARO
static

在文件 _system_.x101 行定义.

◆ LCID_ARQ

const int LCID_ARQ
static

在文件 _system_.x102 行定义.

◆ LCID_ARS

const int LCID_ARS
static

在文件 _system_.x104 行定义.

◆ LCID_ART

const int LCID_ART
static

在文件 _system_.x105 行定义.

◆ LCID_ARU

const int LCID_ARU
static

在文件 _system_.x106 行定义.

◆ LCID_ARY

const int LCID_ARY
static

在文件 _system_.x107 行定义.

◆ LCID_ASM

const int LCID_ASM
static

在文件 _system_.x109 行定义.

◆ LCID_AZE

const int LCID_AZE
static

在文件 _system_.x110 行定义.

◆ LCID_AZE1

const int LCID_AZE1
static

在文件 _system_.x111 行定义.

◆ LCID_BEL

const int LCID_BEL
static

在文件 _system_.x113 行定义.

◆ LCID_BEN

const int LCID_BEN
static

在文件 _system_.x114 行定义.

◆ LCID_BGR

const int LCID_BGR
static

在文件 _system_.x115 行定义.

◆ LCID_CAT

const int LCID_CAT
static

在文件 _system_.x116 行定义.

◆ LCID_CHS

const int LCID_CHS
static

在文件 _system_.x119 行定义.

◆ LCID_CHT

const int LCID_CHT
static

在文件 _system_.x121 行定义.

◆ LCID_CSY

const int LCID_CSY
static

在文件 _system_.x124 行定义.

◆ LCID_DAN

const int LCID_DAN
static

在文件 _system_.x125 行定义.

◆ LCID_DEA

const int LCID_DEA
static

在文件 _system_.x155 行定义.

◆ LCID_DEC

const int LCID_DEC
static

在文件 _system_.x157 行定义.

◆ LCID_DEFAULT

const int LCID_DEFAULT
static

在文件 _system_.x89 行定义.

◆ LCID_DEL

const int LCID_DEL
static

在文件 _system_.x158 行定义.

◆ LCID_DES

const int LCID_DES
static

在文件 _system_.x159 行定义.

◆ LCID_DEU

const int LCID_DEU
static

在文件 _system_.x156 行定义.

◆ LCID_DIV

const int LCID_DIV
static

在文件 _system_.x126 行定义.

◆ LCID_ELL

const int LCID_ELL
static

在文件 _system_.x160 行定义.

◆ LCID_ENA

const int LCID_ENA
static

在文件 _system_.x129 行定义.

◆ LCID_ENB

const int LCID_ENB
static

在文件 _system_.x132 行定义.

◆ LCID_ENC

const int LCID_ENC
static

在文件 _system_.x131 行定义.

◆ LCID_ENG

const int LCID_ENG
static

在文件 _system_.x139 行定义.

◆ LCID_ENI

const int LCID_ENI
static

在文件 _system_.x133 行定义.

◆ LCID_ENJ

const int LCID_ENJ
static

在文件 _system_.x134 行定义.

◆ LCID_ENL

const int LCID_ENL
static

在文件 _system_.x130 行定义.

◆ LCID_ENP

const int LCID_ENP
static

在文件 _system_.x136 行定义.

◆ LCID_ENS

const int LCID_ENS
static

在文件 _system_.x137 行定义.

◆ LCID_ENT

const int LCID_ENT
static

在文件 _system_.x138 行定义.

◆ LCID_ENW

const int LCID_ENW
static

在文件 _system_.x141 行定义.

◆ LCID_ENZ

const int LCID_ENZ
static

在文件 _system_.x135 行定义.

◆ LCID_ESA

const int LCID_ESA
static

在文件 _system_.x208 行定义.

◆ LCID_ESB

const int LCID_ESB
static

在文件 _system_.x197 行定义.

◆ LCID_ESC

const int LCID_ESC
static

在文件 _system_.x200 行定义.

◆ LCID_ESD

const int LCID_ESD
static

在文件 _system_.x201 行定义.

◆ LCID_ESE

const int LCID_ESE
static

在文件 _system_.x203 行定义.

◆ LCID_ESF

const int LCID_ESF
static

在文件 _system_.x202 行定义.

◆ LCID_ESG

const int LCID_ESG
static

在文件 _system_.x204 行定义.

◆ LCID_ESH

const int LCID_ESH
static

在文件 _system_.x205 行定义.

◆ LCID_ESI

const int LCID_ESI
static

在文件 _system_.x207 行定义.

◆ LCID_ESL

const int LCID_ESL
static

在文件 _system_.x198 行定义.

◆ LCID_ESM

const int LCID_ESM
static

在文件 _system_.x206 行定义.

◆ LCID_ESN

const int LCID_ESN
static

在文件 _system_.x213 行定义.

◆ LCID_ESO

const int LCID_ESO
static

在文件 _system_.x199 行定义.

◆ LCID_ESP

const int LCID_ESP
static

在文件 _system_.x212 行定义.

◆ LCID_ESR

const int LCID_ESR
static

在文件 _system_.x210 行定义.

◆ LCID_ESS

const int LCID_ESS
static

在文件 _system_.x196 行定义.

◆ LCID_ESU

const int LCID_ESU
static

在文件 _system_.x211 行定义.

◆ LCID_ESV

const int LCID_ESV
static

在文件 _system_.x215 行定义.

◆ LCID_ESY

const int LCID_ESY
static

在文件 _system_.x214 行定义.

◆ LCID_ESZ

const int LCID_ESZ
static

在文件 _system_.x209 行定义.

◆ LCID_ETI

const int LCID_ETI
static

在文件 _system_.x142 行定义.

◆ LCID_EUQ

const int LCID_EUQ
static

在文件 _system_.x112 行定义.

◆ LCID_FAR

const int LCID_FAR
static

在文件 _system_.x144 行定义.

◆ LCID_FIN

const int LCID_FIN
static

在文件 _system_.x145 行定义.

◆ LCID_FOS

const int LCID_FOS
static

在文件 _system_.x143 行定义.

◆ LCID_FRA

const int LCID_FRA
static

在文件 _system_.x148 行定义.

◆ LCID_FRB

const int LCID_FRB
static

在文件 _system_.x146 行定义.

◆ LCID_FRC

const int LCID_FRC
static

在文件 _system_.x147 行定义.

◆ LCID_FRL

const int LCID_FRL
static

在文件 _system_.x149 行定义.

◆ LCID_FRM

const int LCID_FRM
static

在文件 _system_.x150 行定义.

◆ LCID_FRS

const int LCID_FRS
static

在文件 _system_.x151 行定义.

◆ LCID_GLC

const int LCID_GLC
static

在文件 _system_.x153 行定义.

◆ LCID_GUJ

const int LCID_GUJ
static

在文件 _system_.x161 行定义.

◆ LCID_HEB

const int LCID_HEB
static

在文件 _system_.x162 行定义.

◆ LCID_HIN

const int LCID_HIN
static

在文件 _system_.x163 行定义.

◆ LCID_HRV

const int LCID_HRV
static

在文件 _system_.x123 行定义.

◆ LCID_HUN

const int LCID_HUN
static

在文件 _system_.x164 行定义.

◆ LCID_HYE

const int LCID_HYE
static

在文件 _system_.x108 行定义.

◆ LCID_IND

const int LCID_IND
static

在文件 _system_.x166 行定义.

◆ LCID_ISL

const int LCID_ISL
static

在文件 _system_.x165 行定义.

◆ LCID_ITA

const int LCID_ITA
static

在文件 _system_.x167 行定义.

◆ LCID_ITS

const int LCID_ITS
static

在文件 _system_.x168 行定义.

◆ LCID_JPN

const int LCID_JPN
static

在文件 _system_.x169 行定义.

◆ LCID_KAN

const int LCID_KAN
static

在文件 _system_.x170 行定义.

◆ LCID_KAT

const int LCID_KAT
static

在文件 _system_.x154 行定义.

◆ LCID_KKZ

const int LCID_KKZ
static

在文件 _system_.x171 行定义.

◆ LCID_KNK

const int LCID_KNK
static

在文件 _system_.x172 行定义.

◆ LCID_KOR

const int LCID_KOR
static

在文件 _system_.x173 行定义.

◆ LCID_KYR

const int LCID_KYR
static

在文件 _system_.x174 行定义.

◆ LCID_LTC

const int LCID_LTC
static

在文件 _system_.x122 行定义.

◆ LCID_LTH

const int LCID_LTH
static

在文件 _system_.x176 行定义.

◆ LCID_LVI

const int LCID_LVI
static

在文件 _system_.x175 行定义.

◆ LCID_MAL

const int LCID_MAL
static

在文件 _system_.x179 行定义.

◆ LCID_MAR

const int LCID_MAR
static

在文件 _system_.x180 行定义.

◆ LCID_MKI

const int LCID_MKI
static

在文件 _system_.x152 行定义.

◆ LCID_MON

const int LCID_MON
static

在文件 _system_.x181 行定义.

◆ LCID_MSB

const int LCID_MSB
static

在文件 _system_.x177 行定义.

◆ LCID_MSL

const int LCID_MSL
static

在文件 _system_.x178 行定义.

◆ LCID_NLB

const int LCID_NLB
static

在文件 _system_.x127 行定义.

◆ LCID_NLD

const int LCID_NLD
static

在文件 _system_.x128 行定义.

◆ LCID_NON

const int LCID_NON
static

在文件 _system_.x183 行定义.

◆ LCID_NOR

const int LCID_NOR
static

在文件 _system_.x182 行定义.

◆ LCID_ORI

const int LCID_ORI
static

在文件 _system_.x184 行定义.

◆ LCID_PAN

const int LCID_PAN
static

在文件 _system_.x188 行定义.

◆ LCID_PLK

const int LCID_PLK
static

在文件 _system_.x185 行定义.

◆ LCID_PTB

const int LCID_PTB
static

在文件 _system_.x186 行定义.

◆ LCID_PTG

const int LCID_PTG
static

在文件 _system_.x187 行定义.

◆ LCID_ROM

const int LCID_ROM
static

在文件 _system_.x189 行定义.

◆ LCID_RUS

const int LCID_RUS
static

在文件 _system_.x190 行定义.

◆ LCID_SAN

const int LCID_SAN
static

在文件 _system_.x191 行定义.

◆ LCID_SKY

const int LCID_SKY
static

在文件 _system_.x194 行定义.

◆ LCID_SLV

const int LCID_SLV
static

在文件 _system_.x195 行定义.

◆ LCID_SQI

const int LCID_SQI
static

在文件 _system_.x91 行定义.

◆ LCID_SRB

const int LCID_SRB
static

在文件 _system_.x192 行定义.

◆ LCID_SRL

const int LCID_SRL
static

在文件 _system_.x193 行定义.

◆ LCID_SVE

const int LCID_SVE
static

在文件 _system_.x218 行定义.

◆ LCID_SVF

const int LCID_SVF
static

在文件 _system_.x217 行定义.

◆ LCID_SWK

const int LCID_SWK
static

在文件 _system_.x216 行定义.

◆ LCID_SYR

const int LCID_SYR
static

在文件 _system_.x219 行定义.

◆ LCID_TAM

const int LCID_TAM
static

在文件 _system_.x220 行定义.

◆ LCID_TEL

const int LCID_TEL
static

在文件 _system_.x222 行定义.

◆ LCID_THA

const int LCID_THA
static

在文件 _system_.x223 行定义.

◆ LCID_TRK

const int LCID_TRK
static

在文件 _system_.x224 行定义.

◆ LCID_TTT

const int LCID_TTT
static

在文件 _system_.x221 行定义.

◆ LCID_UKR

const int LCID_UKR
static

在文件 _system_.x225 行定义.

◆ LCID_URI

const int LCID_URI
static

在文件 _system_.x227 行定义.

◆ LCID_URP

const int LCID_URP
static

在文件 _system_.x226 行定义.

◆ LCID_USA

const int LCID_USA
static

在文件 _system_.x140 行定义.

◆ LCID_UZB

const int LCID_UZB
static

在文件 _system_.x228 行定义.

◆ LCID_UZB1

const int LCID_UZB1
static

在文件 _system_.x229 行定义.

◆ LCID_VIT

const int LCID_VIT
static

在文件 _system_.x230 行定义.

◆ LCID_ZHH

const int LCID_ZHH
static

在文件 _system_.x117 行定义.

◆ LCID_ZHI

const int LCID_ZHI
static

在文件 _system_.x120 行定义.

◆ LCID_ZHM

const int LCID_ZHM
static

在文件 _system_.x118 行定义.

◆ LOG_LEV_ALERT

const int LOG_LEV_ALERT
static

在文件 _system_.x10 行定义.

◆ LOG_LEV_CRIT

const int LOG_LEV_CRIT
static

在文件 _system_.x11 行定义.

◆ LOG_LEV_DEBUG

const int LOG_LEV_DEBUG
static

在文件 _system_.x16 行定义.

◆ LOG_LEV_EMERG

const int LOG_LEV_EMERG
static

在文件 _system_.x9 行定义.

◆ LOG_LEV_ERR

const int LOG_LEV_ERR
static

在文件 _system_.x12 行定义.

◆ LOG_LEV_INFO

const int LOG_LEV_INFO
static

在文件 _system_.x15 行定义.

◆ LOG_LEV_NOTICE

const int LOG_LEV_NOTICE
static

在文件 _system_.x14 行定义.

◆ LOG_LEV_WARNING

const int LOG_LEV_WARNING
static

在文件 _system_.x13 行定义.

◆ NDELAY

const int NDELAY
static

在文件 _system_.x240 行定义.

◆ NOATIME

const int NOATIME
static

在文件 _system_.x248 行定义.

◆ NOCTTY

const int NOCTTY
static

在文件 _system_.x237 行定义.

◆ NOFOLLOW

const int NOFOLLOW
static

在文件 _system_.x245 行定义.

◆ PARITY_EVEN

const int PARITY_EVEN
static

在文件 _system_.x254 行定义.

◆ PARITY_NONE

const int PARITY_NONE
static

在文件 _system_.x252 行定义.

◆ PARITY_ODD

const int PARITY_ODD
static

在文件 _system_.x253 行定义.

◆ PATH

const int PATH
static

在文件 _system_.x249 行定义.

◆ PLATFORM_ANDROID

const int PLATFORM_ANDROID
static

在文件 _system_.x28 行定义.

◆ PLATFORM_IOS

const int PLATFORM_IOS
static

在文件 _system_.x24 行定义.

◆ PLATFORM_IOS_SIMULATOR

const int PLATFORM_IOS_SIMULATOR
static

在文件 _system_.x25 行定义.

◆ PLATFORM_LINUX

const int PLATFORM_LINUX
static

在文件 _system_.x22 行定义.

被这些函数引用 Sqlite.CSTDNative.load().

◆ PLATFORM_MACOSX

const int PLATFORM_MACOSX
static

在文件 _system_.x23 行定义.

被这些函数引用 Sqlite.CSTDNative.load().

◆ PLATFORM_POSIX

const int PLATFORM_POSIX
static

在文件 _system_.x27 行定义.

◆ PLATFORM_UNIX

const int PLATFORM_UNIX
static

在文件 _system_.x26 行定义.

◆ PLATFORM_UNKNOW

const int PLATFORM_UNKNOW
static

在文件 _system_.x20 行定义.

◆ PLATFORM_WINDOWS

const int PLATFORM_WINDOWS
static

在文件 _system_.x21 行定义.

被这些函数引用 Sqlite.CSTDNative.load().

◆ READ

◆ READWRITE

const int READWRITE
static

在文件 _system_.x234 行定义.

◆ S_IFBLK

const int S_IFBLK
static

在文件 _system_.x58 行定义.

◆ S_IFCHR

const int S_IFCHR
static

在文件 _system_.x60 行定义.

◆ S_IFDIR

const int S_IFDIR
static

在文件 _system_.x59 行定义.

◆ S_IFIFO

const int S_IFIFO
static

在文件 _system_.x61 行定义.

◆ S_IFLNK

const int S_IFLNK
static

在文件 _system_.x56 行定义.

◆ S_IFMT

const int S_IFMT
static

在文件 _system_.x54 行定义.

◆ S_IFREG

const int S_IFREG
static

在文件 _system_.x57 行定义.

◆ S_IFSOCK

const int S_IFSOCK
static

在文件 _system_.x55 行定义.

◆ S_IRGRP

const int S_IRGRP
static

在文件 _system_.x73 行定义.

◆ S_IROTH

const int S_IROTH
static

在文件 _system_.x77 行定义.

◆ S_IRUSR

const int S_IRUSR
static

在文件 _system_.x69 行定义.

◆ S_IRWXG

const int S_IRWXG
static

在文件 _system_.x72 行定义.

◆ S_IRWXO

const int S_IRWXO
static

在文件 _system_.x76 行定义.

◆ S_IRWXU

const int S_IRWXU
static

在文件 _system_.x68 行定义.

◆ S_ISGID

const int S_ISGID
static

在文件 _system_.x66 行定义.

◆ S_ISUID

const int S_ISUID
static

在文件 _system_.x65 行定义.

◆ S_ISVTX

const int S_ISVTX
static

在文件 _system_.x67 行定义.

◆ S_IWGRP

const int S_IWGRP
static

在文件 _system_.x74 行定义.

◆ S_IWOTH

const int S_IWOTH
static

在文件 _system_.x78 行定义.

◆ S_IWUSR

const int S_IWUSR
static

在文件 _system_.x70 行定义.

◆ S_IXGRP

const int S_IXGRP
static

在文件 _system_.x75 行定义.

◆ S_IXOTH

const int S_IXOTH
static

在文件 _system_.x79 行定义.

◆ S_IXUSR

const int S_IXUSR
static

在文件 _system_.x71 行定义.

◆ SIGCONT

const int SIGCONT
static

在文件 _system_.x44 行定义.

◆ SIGINT

const int SIGINT
static

在文件 _system_.x42 行定义.

◆ SIGNAL_ABORT

const int SIGNAL_ABORT
static

在文件 _system_.x49 行定义.

◆ SIGNAL_DISCARD

const int SIGNAL_DISCARD
static

在文件 _system_.x50 行定义.

◆ SIGNAL_SPREAD

const int SIGNAL_SPREAD
static

在文件 _system_.x48 行定义.

◆ SIGNAL_UNINTERESTED

const int SIGNAL_UNINTERESTED
static

在文件 _system_.x47 行定义.

◆ SIGPWR

const int SIGPWR
static

在文件 _system_.x46 行定义.

◆ SIGTERM

const int SIGTERM
static

在文件 _system_.x45 行定义.

◆ SIGTSTP

const int SIGTSTP
static

在文件 _system_.x43 行定义.

◆ STDERR_NO

const int STDERR_NO
static

在文件 _system_.x85 行定义.

◆ STDIN_NO

const int STDIN_NO
static

在文件 _system_.x83 行定义.

◆ STDOUT_NO

const int STDOUT_NO
static

在文件 _system_.x84 行定义.

◆ SYNC

const int SYNC
static

在文件 _system_.x241 行定义.

◆ TMPFILE

const int TMPFILE
static

在文件 _system_.x251 行定义.

◆ TRUNC

◆ WRITE