Searched refs:lstat (Results 1 – 25 of 25) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixpath.py | 133 st = os.lstat(path) 143 os.lstat(path) 186 s1 = os.lstat(path) 187 s2 = os.lstat(join(path, '..')) 233 st = os.lstat(name)
|
D | shutil.py | 240 mode = os.lstat(fullname).st_mode
|
D | tempfile.py | 86 _stat = _os.lstat
|
D | tarfile.py | 1845 statres = os.lstat(name)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | remove.c | 63 if (lstat(file, &sb) < 0) in remove()
|
D | gettemp.c | 155 } else if (lstat(path, &sbuf)) in GETTEMP()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
D | systemtest.py | 52 mode = os.lstat(name)[ST_MODE]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | byteyears.py | 16 statfunc = os.lstat
|
D | xxci.py | 64 st = os.lstat(file)
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | EfiSysCall.h | 284 int lstat (const char *, struct stat *);
|
D | stat.h | 195 int lstat (const char *, struct stat *);
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | 9p_device.policy | 53 lstat: 1
|
D | xhci.policy | 47 lstat: 1
|
D | gpu_device.policy | 60 lstat: 1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_unicode_file.py | 87 self.assertEqual(os.lstat(filename1), 88 os.lstat(filename2))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | shutil.py | 243 mode = os.lstat(fullname).st_mode
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 1063 lstat (const char *path, struct stat *statbuf) in lstat() function
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 974 return lstat(buf, sb); in g_lstat()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 539 if (lstat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ReadMe.txt | 493 lseek lstat mkdir open poll
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 504 lseek lstat mkdir open poll
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | ReadMe.txt | 493 lseek lstat mkdir open poll
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 2565 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/ |
D | posixmodule.c | 212 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/ |
D | edk2module.c | 4533 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()
|