Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmtdutils.c223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH; in mtd_mount_partition() local
224 if (new_mode != st.st_mode) { in mtd_mount_partition()
226 rv = chmod(mount_point, new_mode); in mtd_mount_partition()