Home
last modified time | relevance | path

Searched refs:owner_uid (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_util_posix.cc95 uid_t owner_uid, in VerifySpecificPathControlledByUser() argument
109 if (stat_info.st_uid != owner_uid) { in VerifySpecificPathControlledByUser()
903 uid_t owner_uid, in VerifyPathControlledByUser() argument
928 if (!VerifySpecificPathControlledByUser(current_path, owner_uid, group_gids)) in VerifyPathControlledByUser()
934 current_path, owner_uid, group_gids)) in VerifyPathControlledByUser()
Dfile_util.h429 uid_t owner_uid,