HomeSort by relevance Sort by last modified time
    Searched refs:user_file (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 88 struct user_file { struct
95 struct user_file file[MAX_ENTITIES];
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;
414 struct user_file *ufile = &users[usr].file[file];
437 static int create_check_slinks(const struct user_file *ufile, int owner)
467 static int create_check_hlinks(const struct user_file *ufile, int owner)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
    [all...]
  /external/python/cpython2/Lib/distutils/
dist.py 363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
364 if os.path.isfile(user_file):
365 files.append(user_file)
    [all...]

Completed in 2901 milliseconds