Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.c773 const struct stat *statptr, in ApplyParsedPerms() argument
787 if (S_ISLNK(statptr->st_mode)) { in ApplyParsedPerms()
815 if (parsed.has_dmode && S_ISDIR(statptr->st_mode)) { in ApplyParsedPerms()
823 if (parsed.has_fmode && S_ISREG(statptr->st_mode)) { in ApplyParsedPerms()
831 if (parsed.has_capabilities && S_ISREG(statptr->st_mode)) { in ApplyParsedPerms()
863 static int do_SetMetadataRecursive(const char* filename, const struct stat *statptr, in do_SetMetadataRecursive() argument
865 return ApplyParsedPerms(recursive_state, filename, statptr, recursive_parsed_args); in do_SetMetadataRecursive()