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

  /bootable/recovery/minzip/
DirUtil.h 46 * Sets directories to <dirMode> and files to <fileMode>. Skips symlinks.
49 int uid, int gid, int dirMode, int fileMode);
DirUtil.c 226 int uid, int gid, int dirMode, int fileMode)
240 chmod(path, S_ISDIR(st.st_mode) ? dirMode : fileMode)) {
260 if (!dirSetHierarchyPermissions(dn, uid, gid, dirMode, fileMode)) {
  /external/webkit/Tools/Scripts/
VCSUtils.pm 527 # $fileMode: A number or string representing a file mode in octal notation.
530 my $fileMode = shift;
532 return $fileMode % 2;
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 3684 milliseconds