Home
last modified time | relevance | path

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

/bootable/recovery/tools/ota/
Dconvert-to-bmp.py17 if im.mode == 'RGB':
19 elif im.mode == 'RGBA':
79 print >> sys.stderr, "Don't know how to handle image mode '%s'." % (im.mode,)
/bootable/recovery/minzip/
DDirUtil.h36 int dirCreateHierarchy(const char *path, int mode,
DDirUtil.c56 dirCreateHierarchy(const char *path, int mode, in dirCreateHierarchy() argument
147 err = mkdir(cpath, mode); in dirCreateHierarchy()
/bootable/recovery/
Drecovery.c115 fopen_root_path(const char *root_path, const char *mode) { in fopen_root_path() argument
129 if (strchr("wa", mode[0])) dirCreateHierarchy(path, 0777, NULL, 1); in fopen_root_path()
131 FILE *fp = fopen(path, mode); in fopen_root_path()
/bootable/recovery/updater/
Dinstall.c419 int mode = strtoul(args[2], &end, 0); in SetPermFn() local
427 chmod(args[i], mode); in SetPermFn()