Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixpath.py133 st = os.lstat(path)
143 os.lstat(path)
186 s1 = os.lstat(path)
187 s2 = os.lstat(join(path, '..'))
233 st = os.lstat(name)
Dshutil.py240 mode = os.lstat(fullname).st_mode
Dtempfile.py86 _stat = _os.lstat
Dtarfile.py1845 statres = os.lstat(name)
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dremove.c63 if (lstat(file, &sb) < 0) in remove()
Dgettemp.c155 } else if (lstat(path, &sbuf)) in GETTEMP()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
Dsystemtest.py52 mode = os.lstat(name)[ST_MODE]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dbyteyears.py16 statfunc = os.lstat
Dxxci.py64 st = os.lstat(file)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
DEfiSysCall.h284 int lstat (const char *, struct stat *);
Dstat.h195 int lstat (const char *, struct stat *);
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
D9p_device.policy53 lstat: 1
Dxhci.policy47 lstat: 1
Dgpu_device.policy60 lstat: 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_unicode_file.py87 self.assertEqual(os.lstat(filename1),
88 os.lstat(filename2))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py243 mode = os.lstat(fullname).st_mode
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c1063 lstat (const char *path, struct stat *statbuf) in lstat() function
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c974 return lstat(buf, sb); in g_lstat()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc538 if (lstat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt504 lseek lstat mkdir open poll
/device/linaro/bootloader/edk2/StdLib/
DReadMe.txt493 lseek lstat mkdir open poll
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt493 lseek lstat mkdir open poll
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2565 return edk2_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in edk2_lstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c212 extern int lstat(const char *, struct stat *);
6123 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4533 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()