Searched refs:lstat (Results 26 - 45 of 45) sorted by path

12

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2906 if ( stat( name, &sb ) < 0 || lstat( name, &lsb ) < 0 )
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1004 return lstat(_actualPath, &st) == 0;
/haiku/src/bin/
H A Dcopyattr.cpp299 if (lstat(sourcePath, &sourceStat) < 0) {
307 bool destExists = lstat(destPath, &destStat) == 0;
H A Ddiff_zip.cpp78 if (lstat(path.c_str(), &st) != 0)
108 if (lstat(path.c_str(), &st) == 0) {
165 if (lstat(entryPath.c_str(), &st) != 0) {
320 if (lstat(path, &st) != 0) {
H A Dramdisk.cpp270 if (lstat(path, &st) != 0) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c2358 code = lstat(filename, &st) == 0 && S_ISDIR(st.st_mode) ? 212 : 213;
2611 if (lstat(name, &st) < 0) {
2697 if (lstat(name, &st) < 0) {
/haiku/src/build/libroot/
H A Dfs.cpp215 // mount points. Thus we always have to lstat().
217 // included in the dirent structure. Hence we lstat().
222 if (lstat(entryPath.c_str(), &st) == 0) {
667 if (lstat(path, &st) < 0) {
858 result = lstat(realPath.c_str(), st);
890 if (lstat(realPath.c_str(), &tmpStat) < 0)
1047 // to lstat() to get the full length of the link.
1054 // length of the link using lstat.
1056 if (lstat(realPath.c_str(), &linkStat) != 0)
H A Dfs_attr_generic.cpp59 if (lstat(sAttributeDirBasePath, &st) == 0) {
190 if (path == NULL || lstat(path, &st) < 0 || !S_ISLNK(st.st_mode))
296 if (lstat(attrDirPath.c_str(), &st) == 0) {
412 if (lstat(path, &st))
495 bool exists = (lstat(attrPath.c_str(), &st) == 0);
647 if (lstat(attrPath.c_str(), &st) < 0)
H A Dfs_attr_untyped.cpp208 if (lstat(path, &st))
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp937 if (lstat(originalFileName, &st) == 0)
/haiku/src/kits/storage/
H A DCopyEngine.cpp139 if (lstat(sourcePath, &sourceStat) < 0) {
146 bool destExists = lstat(destPath, &destStat) == 0;
H A DRemoveEngine.cpp72 if (lstat(path, &st) < 0) {
/haiku/src/servers/debug/
H A DDebugServer.cpp768 if (lstat(filePath.Path(), &st) != 0) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1263 if (lstat(path, &st) < 0) {
1473 if (lstat(path, &st) < 0)
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp530 && lstat(kSystemPackagesDirectory, &st) == 0)) {
/haiku/src/system/kernel/
H A Dmodule.cpp1916 || lstat(pathBuffer.Path(), &st) != 0) {
1928 && lstat(pathBuffer.Path(), &st) == 0) {
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp246 if (lstat(path, &st) != 0)
321 if (lstat(buffer, &st) != 0)
338 if (lstat(buffer, &st) == 0)
487 if (lstat(path, &st) != 0)
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c34 if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) {
35 if (!(flags & FTW_PHYS) && errno==ENOENT && !lstat(path, &st))
/haiku/src/system/libroot/posix/unistd/
H A Dconf.cpp567 ret = lstat(path, &st);
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2134 if (lstat(dir, &dirStat) == 0) {
2299 if (lstat(path, &st) == 0)
2316 if (lstat(path, &st) == 0)
2333 if (lstat(path, &st) == 0)

Completed in 188 milliseconds

12