Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/traced/probes/ftrace/
H A Dftrace_procfs.h114 static bool CheckRootPath(const std::string& root);
H A Dftrace_procfs.cc74 if (!CheckRootPath(root)) { in Create()
330 bool FtraceProcfs::CheckRootPath(const std::string& root) { in CheckRootPath() function in perfetto::FtraceProcfs
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/
H A Dftrace_procfs.h114 static bool CheckRootPath(const std::string& root);
H A Dftrace_procfs.cc74 if (!CheckRootPath(root)) { in Create()
330 bool FtraceProcfs::CheckRootPath(const std::string& root) { in CheckRootPath() function in perfetto::FtraceProcfs
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfPath2.py104 def CheckRootPath(path, path2, pathStr): function
160 CheckRootPath(absRoot, Sdf.Path.absoluteRootPath, "/")
166 CheckRootPath(relRoot, Sdf.Path.reflexiveRelativePath, ".")
/dports/ftp/sftpgo/sftpgo-2.2.0/vfs/
H A Ds3fs.go516 func (fs *S3Fs) CheckRootPath(username string, uid int, gid int) bool { func
519 return osFs.CheckRootPath(username, uid, gid)
H A Dsftpfs.go445 func (fs *SFTPFs) CheckRootPath(username string, uid int, gid int) bool { func
449 osFs.CheckRootPath(username, uid, gid)
H A Dgcsfs.go457 func (fs *GCSFs) CheckRootPath(username string, uid int, gid int) bool { func
460 return osFs.CheckRootPath(username, uid, gid)
H A Dazblobfs.go546 func (fs *AzureBlobFs) CheckRootPath(username string, uid int, gid int) bool { func
549 return osFs.CheckRootPath(username, uid, gid)
H A Dosfs.go223 func (fs *OsFs) CheckRootPath(username string, uid int, gid int) bool { func
H A Dvfs.go84 CheckRootPath(username string, uid int, gid int) bool methodSpec
/dports/ftp/sftpgo/sftpgo-2.2.0/dataprovider/
H A Duser.go139 fs.CheckRootPath(u.Username, u.GetUID(), u.GetGID())
144 fs.CheckRootPath(u.Username, u.GetUID(), u.GetGID())