Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/openbmc/poky/scripts/tiny/
H A Ddirsize.py21 s = os.lstat(path)
25 ss = os.lstat(pathname)
31 r.size = os.lstat(path).st_size
/openbmc/openbmc/poky/meta/lib/oe/
H A Dreproducible.py68 mtime = int(os.lstat(filepath).st_mtime)
140 mtime = int(os.lstat(filename).st_mtime)
H A Dcachedpath.py62 lst = os.lstat(path)
121 def lstat(self, path): member in CachedPath
H A Dpackagedata.py290 fstat = os.lstat(f)
H A Dutils.py508 stat = os.lstat(filename)
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c48 if (lstat(tmpname, &st) < 0) in read_fstree()
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dtime64.inc50 …x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-ranlib uses 32-bit api 'lstat'
54 …xx/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gdb uses 32-bit api 'lstat'
/openbmc/qemu/hw/9pfs/
H A Dcofile.c61 err = s->ops->lstat(&s->ctx, path, stbuf); in v9fs_co_lstat()
163 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_open2()
H A Dcodir.c160 err = s->ops->lstat(&s->ctx, &path, &stbuf); in do_readdir_many()
302 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_mkdir()
H A Dcofs.c251 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_mknod()
373 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_symlink()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch52 pglob->gl_lstat = lstat;
91 .gl_lstat = lstat,
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0005-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch52 pglob->gl_lstat = lstat;
91 .gl_lstat = lstat,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/
H A DDrop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch29 getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py967 sstat = os.lstat(src)
974 dstat = os.lstat(dest)
976 dstat = os.lstat(os.path.dirname(dest))
995 return os.lstat(dest)
1074 sstat = os.lstat(src)
1081 dstat = os.lstat(dest)
1083 dstat = os.lstat(os.path.dirname(dest))
1101 return os.lstat(dest)
1160 sstat = os.lstat(src)
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch61 @@ -1827,6 +1838,9 @@ TLI_DEFINE_STRING_INTERNAL("lstat")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0011-libtar-fix-programming-mistakes-detected-by-static-a.patch61 if (lstat(realpath, &s) != 0)
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c267 status = lstat(path, &sb); in add_new_device()
473 if (lstat(rootdir, &sb)) { in parse_devtable()
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py134 p.stat_result = p.path.lstat()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcompress_doc.bbclass182 elif os.lstat(file).st_nlink > 1:
213 elif os.lstat(file).st_nlink > 1:
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc108 [ 107] = 2, /* lstat */
/openbmc/ipmitool/src/
H A Dipmievd.c690 if (lstat(pidfile, &st1) == 0) { in ipmievd_cleanup()
757 if (lstat(pidfile, &st1) == 0) { in ipmievd_main()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py198 fstat = os.lstat(os.path.join(root, fn))
/openbmc/ipmitool/lib/
H A Dhelper.c530 if (lstat(file, &st1) < 0) { in ipmi_open_file()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c184 chk_error(lstat("file3", &st)); in test_file()
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list83 { TARGET_OPENBSD_NR_lstat, "lstat", "%s(\"%s\",%p)", NULL, NULL },

123