HomeSort by relevance Sort by last modified time
    Searched defs:check_directory (Results 1 - 3 of 3) sorted by null

  /system/core/run-as/
run-as.cpp 68 static bool check_directory(const char* path, uid_t uid) { function
122 if (!check_directory(subpath, AID_SYSTEM)) return false;
127 return check_directory(data_path, uid);
  /external/e2fsprogs/e2fsck/
pass3.c 46 static int check_directory(e2fsck_t ctx, ext2_ino_t ino,
109 if (check_directory(ctx, dir->ino, &pctx))
283 static int check_directory(e2fsck_t ctx, ext2_ino_t dir, function
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 231 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino); member in struct:struct_ext2_filsys
    [all...]

Completed in 117 milliseconds