Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h284 #define W_OK 2 macro
A Dyaffsfs.c2249 if (amode & ~(R_OK | W_OK | X_OK)) { in yaffs_access()
2265 else if ((amode & W_OK) && obj->my_dev->read_only) in yaffs_access()
2272 if ((amode & W_OK) && !(obj->yst_mode & S_IWRITE)) in yaffs_access()

Completed in 7 milliseconds