Home
last modified time | relevance | path

Searched refs:statError (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/passage/Passage_v4_UnixSource/minorGems/io/file/
H A DFile.h430 int statError = stat( stringName, &fileInfo ); in getLength() local
434 if( statError == 0 ) { in getLength()
452 int statError = stat( stringName, &fileInfo ); in isDirectory() local
456 if( statError == -1 ) { in isDirectory()
733 int statError = stat( stringName, &fileInfo ); in exists() local
737 if( statError == 0 ) { in exists()
755 int statError = stat( stringName, &fileInfo ); in getModificationTime() local
759 if( statError == 0 ) { in getModificationTime()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/io/file/
H A DFile.h391 int statError = stat( stringName, &fileInfo ); in getLength() local
395 if( statError == 0 ) { in getLength()
413 int statError = stat( stringName, &fileInfo ); in isDirectory() local
417 if( statError == -1 ) { in isDirectory()
694 int statError = stat( stringName, &fileInfo ); in exists() local
698 if( statError == 0 ) { in exists()
716 int statError = stat( stringName, &fileInfo ); in getModificationTime() local
720 if( statError == 0 ) { in getModificationTime()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/win32/
H A DWSABugDemo.cpp29 int statError = stat( "DoesNotExist", &fileInfo ); in main() local
31 printf( "stat error = %d\n", statError ); in main()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A DflexBench.cpp140 static enum { statError = -1, statClosed, statOpen } statState; enumerator
156 if (statState != statError) { in statReport()
158 statState = statError; in statReport()
168 if (statState != statError) { in statReport()
170 statState = statError; in statReport()
180 if (statState != statError) { in statReport()
182 statState = statError; in statReport()
189 if (statState != statError) { in statReport()
191 statState = statError; in statReport()
229 if (statState != statError) { in statReport()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/
H A DFileManager.cpp159 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
161 if (statError) { in getDirectoryRef()
164 NamedDirEnt.second = statError; in getDirectoryRef()
167 return llvm::errorCodeToError(statError); in getDirectoryRef()
253 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
255 if (statError) { in getFileRef()
258 NamedFileEnt->second = statError; in getFileRef()
262 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DFileManager.cpp159 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
161 if (statError) { in getDirectoryRef()
164 NamedDirEnt.second = statError; in getDirectoryRef()
167 return llvm::errorCodeToError(statError); in getDirectoryRef()
253 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
255 if (statError) { in getFileRef()
258 NamedFileEnt->second = statError; in getFileRef()
262 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/
H A DFileManager.cpp159 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
161 if (statError) { in getDirectoryRef()
164 NamedDirEnt.second = statError; in getDirectoryRef()
167 return llvm::errorCodeToError(statError); in getDirectoryRef()
253 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
255 if (statError) { in getFileRef()
258 NamedFileEnt->second = statError; in getFileRef()
262 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DFileManager.cpp159 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
161 if (statError) { in getDirectoryRef()
164 NamedDirEnt.second = statError; in getDirectoryRef()
167 return llvm::errorCodeToError(statError); in getDirectoryRef()
253 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
255 if (statError) { in getFileRef()
258 NamedFileEnt->second = statError; in getFileRef()
262 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DFileManager.cpp159 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
161 if (statError) { in getDirectoryRef()
164 NamedDirEnt.second = statError; in getDirectoryRef()
167 return llvm::errorCodeToError(statError); in getDirectoryRef()
253 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
255 if (statError) { in getFileRef()
258 NamedFileEnt->second = statError; in getFileRef()
262 return llvm::errorCodeToError(statError); in getFileRef()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DflexBench.cpp146 static enum { statError = -1, statClosed, statOpen } statState; enumerator
162 if (statState != statError) { in statReport()
164 statState = statError; in statReport()
174 if (statState != statError) { in statReport()
176 statState = statError; in statReport()
186 if (statState != statError) { in statReport()
188 statState = statError; in statReport()
195 if (statState != statError) { in statReport()
197 statState = statError; in statReport()
235 if (statState != statError) { in statReport()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A DflexBench.cpp147 static enum { statError = -1, statClosed, statOpen } statState; enumerator
163 if (statState != statError) { in statReport()
165 statState = statError; in statReport()
175 if (statState != statError) { in statReport()
177 statState = statError; in statReport()
187 if (statState != statError) { in statReport()
189 statState = statError; in statReport()
196 if (statState != statError) { in statReport()
198 statState = statError; in statReport()
236 if (statState != statError) { in statReport()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
162 if (statError) { in getDirectoryRef()
165 NamedDirEnt.second = statError; in getDirectoryRef()
168 return llvm::errorCodeToError(statError); in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
257 if (statError) { in getFileRef()
260 NamedFileEnt->second = statError; in getFileRef()
264 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
162 if (statError) { in getDirectoryRef()
165 NamedDirEnt.second = statError; in getDirectoryRef()
168 return llvm::errorCodeToError(statError); in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
257 if (statError) { in getFileRef()
260 NamedFileEnt->second = statError; in getFileRef()
264 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
162 if (statError) { in getDirectoryRef()
165 NamedDirEnt.second = statError; in getDirectoryRef()
168 return llvm::errorCodeToError(statError); in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
257 if (statError) { in getFileRef()
260 NamedFileEnt->second = statError; in getFileRef()
264 return llvm::errorCodeToError(statError); in getFileRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
162 if (statError) { in getDirectoryRef()
165 NamedDirEnt.second = statError; in getDirectoryRef()
168 return llvm::errorCodeToError(statError); in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
257 if (statError) { in getFileRef()
260 NamedFileEnt->second = statError; in getFileRef()
264 return llvm::errorCodeToError(statError); in getFileRef()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local
162 if (statError) { in getDirectoryRef()
165 NamedDirEnt.second = statError; in getDirectoryRef()
168 return llvm::errorCodeToError(statError); in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local
257 if (statError) { in getFileRef()
260 NamedFileEnt->second = statError; in getFileRef()
264 return llvm::errorCodeToError(statError); in getFileRef()

12