Home
last modified time | relevance | path

Searched refs:statInfo (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go43 fi := &statInfo{stat}
77 type statInfo struct { struct
81 func (s *statInfo) Name() string { argument
84 func (s *statInfo) Size() int64 { argument
87 func (s *statInfo) Mode() os.FileMode { argument
90 func (s *statInfo) ModTime() time.Time { argument
93 func (s *statInfo) IsDir() bool { argument
96 func (s *statInfo) Sys() interface{} { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go43 fi := &statInfo{stat}
77 type statInfo struct { struct
81 func (s *statInfo) Name() string { argument
84 func (s *statInfo) Size() int64 { argument
87 func (s *statInfo) Mode() os.FileMode { argument
90 func (s *statInfo) ModTime() time.Time { argument
93 func (s *statInfo) IsDir() bool { argument
96 func (s *statInfo) Sys() interface{} { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go46 fi := &statInfo{stat}
79 type statInfo struct { struct
83 func (s *statInfo) Name() string { argument
86 func (s *statInfo) Size() int64 { argument
89 func (s *statInfo) Mode() os.FileMode { argument
92 func (s *statInfo) ModTime() time.Time { argument
95 func (s *statInfo) IsDir() bool { argument
98 func (s *statInfo) Sys() interface{} { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go43 fi := &statInfo{stat}
77 type statInfo struct { struct
81 func (s *statInfo) Name() string { argument
84 func (s *statInfo) Size() int64 { argument
87 func (s *statInfo) Mode() os.FileMode { argument
90 func (s *statInfo) ModTime() time.Time { argument
93 func (s *statInfo) IsDir() bool { argument
96 func (s *statInfo) Sys() interface{} { argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go43 fi := &statInfo{stat}
77 type statInfo struct { struct
81 func (s *statInfo) Name() string { argument
84 func (s *statInfo) Size() int64 { argument
87 func (s *statInfo) Mode() os.FileMode { argument
90 func (s *statInfo) ModTime() time.Time { argument
93 func (s *statInfo) IsDir() bool { argument
96 func (s *statInfo) Sys() interface{} { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go46 fi := &statInfo{stat}
79 type statInfo struct { struct
83 func (s *statInfo) Name() string { argument
86 func (s *statInfo) Size() int64 { argument
89 func (s *statInfo) Mode() os.FileMode { argument
92 func (s *statInfo) ModTime() time.Time { argument
95 func (s *statInfo) IsDir() bool { argument
98 func (s *statInfo) Sys() interface{} { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go46 fi := &statInfo{stat}
79 type statInfo struct { struct
83 func (s *statInfo) Name() string { argument
86 func (s *statInfo) Size() int64 { argument
89 func (s *statInfo) Mode() os.FileMode { argument
92 func (s *statInfo) ModTime() time.Time { argument
95 func (s *statInfo) IsDir() bool { argument
98 func (s *statInfo) Sys() interface{} { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go46 fi := &statInfo{stat}
79 type statInfo struct { struct
83 func (s *statInfo) Name() string { argument
86 func (s *statInfo) Size() int64 { argument
89 func (s *statInfo) Mode() os.FileMode { argument
92 func (s *statInfo) ModTime() time.Time { argument
95 func (s *statInfo) IsDir() bool { argument
98 func (s *statInfo) Sys() interface{} { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/moby/buildkit/cache/contenthash/
H A Dfilehash.go43 fi := &statInfo{stat}
77 type statInfo struct { struct
81 func (s *statInfo) Name() string { argument
84 func (s *statInfo) Size() int64 { argument
87 func (s *statInfo) Mode() os.FileMode { argument
90 func (s *statInfo) ModTime() time.Time { argument
93 func (s *statInfo) IsDir() bool { argument
96 func (s *statInfo) Sys() interface{} { argument
/dports/devel/loki/loki-0.1.7/doc/html/
H A Dsearch.php131 $statInfo = &$statsList[$count];
134 if ($statInfo["full"]) $multiplier=2;
135 fseek($file,$statInfo["index"]);
165 $statInfo["docs"]=$docInfo;
170 $statInfo = &$statsList[$count];
173 if ($statInfo["full"]) $multiplier=2;
174 for ($i=0;$i<sizeof($statInfo["docs"]);$i++)
176 $docInfo = &$statInfo["docs"];
181 $statInfo["docs"][$i]["rank"]=
186 $statInfo["docs"][$i]["rank"]=
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DPkgReader.cpp442 struct stat * statInfo; in createItem() local
447 statInfo = this->lstat( path ); in createItem()
449 if ( ! statInfo ) // lstat() failed in createItem()
479 static struct stat statInfo; in lstat() local
485 statInfo = _statCache.value( path ); in lstat()
495 _statCache.insert( path, statInfo ); in lstat()
499 if ( S_ISDIR( statInfo.st_mode ) ) // directory? in lstat()
507 statInfo.st_size = 0; in lstat()
508 statInfo.st_blocks = 0; in lstat()
509 statInfo.st_mtime = 0; in lstat()
[all …]
H A DFileInfo.cpp70 struct stat * statInfo, in FileInfo() argument
77 CHECK_PTR( statInfo ); in FileInfo()
83 _device = statInfo->st_dev; in FileInfo()
84 _mode = statInfo->st_mode; in FileInfo()
85 _links = statInfo->st_nlink; in FileInfo()
86 _uid = statInfo->st_uid; in FileInfo()
87 _gid = statInfo->st_gid; in FileInfo()
88 _mtime = statInfo->st_mtime; in FileInfo()
102 _size = statInfo->st_size; in FileInfo()
103 _blocks = statInfo->st_blocks; in FileInfo()
H A DDirReadJob.cpp213 struct stat statInfo; in startReading() local
278 if ( S_ISDIR( statInfo.st_mode ) ) // directory child? in startReading()
280 DirInfo *subDir = new DirInfo( entryName, &statInfo, _tree, _dir ); in startReading()
304 if ( statInfo.st_nlink > 1 && isNtfs() ) in startReading()
321 statInfo.st_nlink = 1; in startReading()
324 FileInfo * child = new FileInfo( entryName, &statInfo, _tree, _dir ); in startReading()
562 struct stat statInfo; in stat() local
565 if ( lstat( url.toUtf8(), &statInfo ) == 0 ) // lstat() OK in stat()
575 if ( S_ISDIR( statInfo.st_mode ) ) // directory? in stat()
577 DirInfo * dir = new DirInfo( name, &statInfo, tree, parent ); in stat()
[all …]
/dports/devel/doxygen/doxygen-1.9.3/templates/html/
H A Dsearch_functions.php107 $statInfo = &$statsList[$count];
110 if ($statInfo["full"]) $multiplier=2;
111 fseek($file,$statInfo["index"]);
141 $statInfo["docs"]=$docInfo;
146 $statInfo = &$statsList[$count];
149 if ($statInfo["full"]) $multiplier=2;
150 for ($i=0;$i<sizeof($statInfo["docs"]);$i++)
152 $docInfo = &$statInfo["docs"];
157 $statInfo["docs"][$i]["rank"]=
162 $statInfo["docs"][$i]["rank"]=
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJFile.h57 struct stat statInfo; /**< File information */ variable
294 inline u32 FileSize() {return statInfo.st_size;} in FileSize()
346 virtual u32 Size() {return statInfo.st_size;} in Size()
351 bool IsFile() {return 0 != (statInfo.st_mode & S_IFREG);} in IsFile()
356 bool IsDir() {return 0 != (statInfo.st_mode & S_IFDIR);} in IsDir()
361 bool IsLink() {return 0 != (statInfo.st_mode & S_IFLNK);} in IsLink()
366 bool IsCharDev() {return 0 != (statInfo.st_mode & S_IFCHR);} in IsCharDev()
371 bool IsBlockDev() {return 0 != (statInfo.st_mode & S_IFBLK);} in IsBlockDev()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go4.org/wkfs/gcs/
H A Dgcs.go140 return &statInfo{
176 type statInfo struct { struct
183 func (si *statInfo) IsDir() bool { return si.isDir } argument
184 func (si *statInfo) ModTime() time.Time { return si.modtime } argument
185 func (si *statInfo) Mode() os.FileMode { return 0644 } argument
186 func (si *statInfo) Name() string { return path.Base(si.name) } argument
187 func (si *statInfo) Size() int64 { return si.size } argument
188 func (si *statInfo) Sys() interface{} { return nil } argument
/dports/misc/perkeep/perkeep-0.11/vendor/go4.org/wkfs/gcs/
H A Dgcs.go140 return &statInfo{
176 type statInfo struct { struct
183 func (si *statInfo) IsDir() bool { return si.isDir } argument
184 func (si *statInfo) ModTime() time.Time { return si.modtime } argument
185 func (si *statInfo) Mode() os.FileMode { return 0644 } argument
186 func (si *statInfo) Name() string { return path.Base(si.name) } argument
187 func (si *statInfo) Size() int64 { return si.size } argument
188 func (si *statInfo) Sys() interface{} { return nil } argument
/dports/games/criticalmass/CriticalMass-1.5/utils/
H A DWalkDirectory.cpp79 struct stat statInfo; in getNext()
80 if( stat( fullPath.c_str(), &statInfo) == -1) in getNext()
86 if( S_ISDIR( statInfo.st_mode)) in getNext()
88 else if( S_ISREG( statInfo.st_mode)) in getNext()
93 dirEntry.size = statInfo.st_size; in getNext()
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkfileinfo.cpp37 KFileInfo::KFileInfo(const QString &filenameWithoutPath, struct stat *statInfo, in KFileInfo() argument
39 Q_CHECK_PTR(statInfo); in KFileInfo()
44 _device = statInfo->st_dev; in KFileInfo()
45 _mode = statInfo->st_mode; in KFileInfo()
46 _links = statInfo->st_nlink; in KFileInfo()
47 _mtime = statInfo->st_mtime; in KFileInfo()
54 _size = statInfo->st_size; in KFileInfo()
55 _blocks = statInfo->st_blocks; in KFileInfo()
H A Dkdirreadjob.cpp77 struct stat statInfo; in startReading() local
92 if (lstat(rawFullName.data(), &statInfo) == 0) // lstat() OK in startReading()
94 if (S_ISDIR(statInfo.st_mode)) // directory child? in startReading()
96 KDirInfo *subDir = new KDirInfo(entryName, &statInfo, _dir); in startReading()
169 KFileInfo *child = new KFileInfo(entryName, &statInfo, _dir); in startReading()
209 struct stat statInfo; in stat() local
211 if (lstat(url.path().toLocal8Bit(), &statInfo) == 0) // lstat() OK in stat()
215 if (S_ISDIR(statInfo.st_mode)) // directory? in stat()
217 KDirInfo *dir = new KDirInfo(name, &statInfo, parent); in stat()
224 return new KFileInfo(name, &statInfo, parent); in stat()
/dports/games/shaaft/Shaaft-0.5.0/utils/
H A DResourceManager.cpp71 struct stat statInfo; in addResourceDirectory() local
72 if( stat( fullName.c_str(), &statInfo) == -1) in addResourceDirectory()
79 if( S_ISDIR( statInfo.st_mode)) in addResourceDirectory()
83 else if( S_ISREG( statInfo.st_mode)) in addResourceDirectory()
89 de->origSize = statInfo.st_size; in addResourceDirectory()
90 de->compSize = statInfo.st_size; in addResourceDirectory()
232 struct stat statInfo; in selectResource() local
233 if( ( stat( name.c_str(), &statInfo) == 0) && in selectResource()
234 ( S_ISREG( statInfo.st_mode))) in selectResource()
/dports/mail/libspf/libspf-1.0.0-p5/docs/API/doxygen/html/
H A Dsearch.php102 $statInfo = &$statsList[$count];
103 fseek($file,$statInfo["index"]);
113 if ($statInfo["full"]) $totalFreq+=$freq;
122 $statInfo["docs"]=$docInfo;
126 $statInfo = &$statsList[$count];
127 for ($i=0;$i<sizeof($statInfo["docs"]);$i++)
129 $docInfo = &$statInfo["docs"];
131 $statInfo["docs"][$i]["rank"]=
/dports/games/criticalmass/CriticalMass-1.5/game/
H A Dmain.cpp45 struct stat statInfo; in migrateConfig() local
49 if( (stat( configFileName.c_str(), &statInfo) != -1) ) in migrateConfig()
62 if( (stat( path.c_str(), &statInfo) != -1) ) in migrateConfig()
64 if( S_ISDIR(statInfo.st_mode)) in migrateConfig()
113 struct stat statInfo; in addOtherResourcePacks() local
115 if( stat( fullPath.c_str(), &statInfo) == -1) in addOtherResourcePacks()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/config/
H A Dfile.go123 statInfo, err := os.Stat(path)
134 case statInfo.Mode().IsDir():
146 case statInfo.Mode().IsRegular():
174 statInfo, err := os.Stat(path)
181 case statInfo.Mode().IsDir():
183 case statInfo.Mode().IsRegular():
193 …klog.ErrorS(nil, "Manifest path is not a directory or file", "path", path, "mode", statInfo.Mode())
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/platform/
H A DPlatform.Posix.cpp166 struct stat statInfo in GetLastModified() struct
169 if (stat(path.c_str(), &statInfo) == 0) in GetLastModified()
171 lastModified = statInfo.st_mtime; in GetLastModified()
179 struct stat statInfo in GetFileSize() struct
182 if (stat(std::string(path).c_str(), &statInfo) == 0) in GetFileSize()
184 size = statInfo.st_size; in GetFileSize()

12345678