Searched refs:mode (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/tools/ota/ |
D | convert-to-bmp.py | 17 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/ |
D | DirUtil.h | 36 int dirCreateHierarchy(const char *path, int mode,
|
D | DirUtil.c | 56 dirCreateHierarchy(const char *path, int mode, in dirCreateHierarchy() argument 147 err = mkdir(cpath, mode); in dirCreateHierarchy()
|
/bootable/recovery/ |
D | recovery.c | 115 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/ |
D | install.c | 419 int mode = strtoul(args[2], &end, 0); in SetPermFn() local 427 chmod(args[i], mode); in SetPermFn()
|