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

  /external/libchrome/base/files/
file_util_posix.cc 98 stat_wrapper_t stat_info; local
99 if (CallLstat(path.value().c_str(), &stat_info) != 0) {
105 if (S_ISLNK(stat_info.st_mode)) {
111 if (stat_info.st_uid != owner_uid) {
117 if ((stat_info.st_mode & S_IWGRP) &&
118 !ContainsKey(group_gids, stat_info.st_gid)) {
124 if (stat_info.st_mode & S_IWOTH) {
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 647 struct stat stat_info; local
664 lstat(dir_entry->d_name,&stat_info);
665 if (S_ISDIR(stat_info.st_mode)) {
    [all...]

Completed in 248 milliseconds