| /openbmc/openbmc/poky/scripts/tiny/ |
| H A D | dirsize.py | 21 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 D | reproducible.py | 68 mtime = int(os.lstat(filepath).st_mtime) 140 mtime = int(os.lstat(filename).st_mtime)
|
| H A D | cachedpath.py | 62 lst = os.lstat(path) 121 def lstat(self, path): member in CachedPath
|
| H A D | packagedata.py | 290 fstat = os.lstat(f)
|
| H A D | utils.py | 508 stat = os.lstat(filename)
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | fstree.c | 48 if (lstat(tmpname, &st) < 0) in read_fstree()
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | time64.inc | 50 …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 D | cofile.c | 61 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 D | codir.c | 160 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 D | cofs.c | 251 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 D | 0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 52 pglob->gl_lstat = lstat; 91 .gl_lstat = lstat,
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0005-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 52 pglob->gl_lstat = lstat; 91 .gl_lstat = lstat,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/ |
| H A D | Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch | 29 getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 967 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 D | 0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 61 @@ -1827,6 +1838,9 @@ TLI_DEFINE_STRING_INTERNAL("lstat")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
| H A D | 0011-libtar-fix-programming-mistakes-detected-by-static-a.patch | 61 if (lstat(realpath, &s) != 0)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 267 status = lstat(path, &sb); in add_new_device() 473 if (lstat(rootdir, &sb)) { in parse_devtable()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | sstate-cache-management.py | 134 p.stat_result = p.path.lstat()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | compress_doc.bbclass | 182 elif os.lstat(file).st_nlink > 1: 213 elif os.lstat(file).st_nlink > 1:
|
| /openbmc/qemu/linux-user/mips/ |
| H A D | syscall-args-o32.c.inc | 108 [ 107] = 2, /* lstat */
|
| /openbmc/ipmitool/src/ |
| H A D | ipmievd.c | 690 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 D | deploy.py | 198 fstat = os.lstat(os.path.join(root, fn))
|
| /openbmc/ipmitool/lib/ |
| H A D | helper.c | 530 if (lstat(file, &st1) < 0) { in ipmi_open_file()
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-test.c | 184 chk_error(lstat("file3", &st)); in test_file()
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | strace.list | 83 { TARGET_OPENBSD_NR_lstat, "lstat", "%s(\"%s\",%p)", NULL, NULL },
|