Searched refs:fsInfo (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c26584 struct statfs fsInfo; local
26592 if( statfs(filePath, &fsInfo) != -1 ){
26593 if( fsInfo.f_flags & MNT_RDONLY ){
26597 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
26612 if( strcmp(fsInfo.f_fstypename, "nfs")==0 ){
27249 struct statfs fsInfo; local
27250 if( fstatfs(fd, &fsInfo) == -1 ){
27256 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
27274 struct statfs fsInfo; local
27275 if( statfs(zPath, &fsInfo)
28563 struct statfs fsInfo; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c26584 struct statfs fsInfo; local
26592 if( statfs(filePath, &fsInfo) != -1 ){
26593 if( fsInfo.f_flags & MNT_RDONLY ){
26597 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
26612 if( strcmp(fsInfo.f_fstypename, "nfs")==0 ){
27249 struct statfs fsInfo; local
27250 if( fstatfs(fd, &fsInfo) == -1 ){
27256 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
27274 struct statfs fsInfo; local
27275 if( statfs(zPath, &fsInfo)
28563 struct statfs fsInfo; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c26584 struct statfs fsInfo; local
26592 if( statfs(filePath, &fsInfo) != -1 ){
26593 if( fsInfo.f_flags & MNT_RDONLY ){
26597 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
26612 if( strcmp(fsInfo.f_fstypename, "nfs")==0 ){
27249 struct statfs fsInfo; local
27250 if( fstatfs(fd, &fsInfo) == -1 ){
27256 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
27274 struct statfs fsInfo; local
27275 if( statfs(zPath, &fsInfo)
28563 struct statfs fsInfo; local
[all...]

Completed in 814 milliseconds