Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx2930 long nErrorcode = FSYS_ERR_OK; in Execute() local
2936 nErrorcode = aFile.GetError(); in Execute()
2937 … if ( FSYS_ERR_OK == nErrorcode && FileStat( aFile ).IsKind( FSYS_KIND_FILE ) ) in Execute()
2938 nErrorcode = aFile.Kill(); in Execute()
2940 nErrorcode = FSYS_ERR_NOTAFILE; in Execute()
2946 nErrorcode = aDir.GetError(); in Execute()
2947 … if ( FSYS_ERR_OK == nErrorcode && FileStat( aDir ).IsKind( FSYS_KIND_DIR ) ) in Execute()
2948 nErrorcode = aDir.Kill(); in Execute()
2950 nErrorcode = FSYS_ERR_NOTADIRECTORY; in Execute()
2956 nErrorcode = aDir.GetError(); in Execute()
[all …]