Home
last modified time | relevance | path

Searched refs:LSTAT (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/misc/
Dlsattr.c66 #define LSTAT lstat64 macro
69 #define LSTAT lstat macro
126 if (LSTAT (name, &st) == -1) { in lsattr_args()
152 if (LSTAT (path, &st) == -1) in lsattr_dir_proc()
Dchattr.c79 #define LSTAT lstat64 macro
82 #define LSTAT lstat macro
216 if (LSTAT (name, &st) == -1) { in change_attributes()
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/data/
Dboston_house_prices.csv1 506,13,"CRIM","ZN","INDUS","CHAS","NOX","RM","AGE","DIS","RAD","TAX","PTRATIO","B","LSTAT","MEDV"
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c258 #define LSTAT "lstat01" macro
371 LSTAT, 0, 0, 8, creat_symlink, ck_symlink, {
373 LSTAT, 0, 0, 9, creat_both, ck_both, {
375 LSTAT, 0, 0, 30, creat_object, ck_object, {
465 LSTAT, "lstat", 3, &test_objects[15],
976 (cktcsid(tc_ptr->tcid, LSTAT)) || in do_syscalltests()
/external/python/cpython3/Modules/
Dposixmodule.c362 # define LSTAT win32_lstat macro
367 # define LSTAT lstat macro
2137 result = LSTAT(path->narrow, &st); in posix_do_stat()
11668 result = LSTAT(path, &st); in DirEntry_fetch_stat()
11850 result = LSTAT(path, &stat); in os_DirEntry_inode_impl()