Home
last modified time | relevance | path

Searched refs:user_file (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c88 struct user_file { struct
95 struct user_file file[MAX_ENTITIES]; argument
160 static int create_check_hlinks(const struct user_file *ufile, int owner);
161 static int create_check_slinks(const struct user_file *ufile, int owner);
244 const struct user_file *ufile; in test_run()
414 struct user_file *ufile = &users[usr].file[file]; in ufiles_add()
437 static int create_check_slinks(const struct user_file *ufile, int owner) in create_check_slinks()
463 static int create_check_hlinks(const struct user_file *ufile, int owner) in create_check_hlinks()
/external/python/cpython2/Lib/distutils/
Ddist.py363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
/external/python/cpython3/Lib/distutils/
Ddist.py367 user_file = os.path.join(os.path.expanduser('~'), user_filename)
368 if os.path.isfile(user_file):
369 files.append(user_file)