Searched refs:wxFS_VOL_READONLY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvolume.h35 wxFS_VOL_READONLY = 0x0004, enumerator in enum:__anon371
87 bool IsWritable() const { return !(GetFlags() & wxFS_VOL_READONLY); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp128 flags |= wxFS_VOL_REMOVABLE | wxFS_VOL_READONLY;
163 flags |= wxFS_VOL_READONLY;
195 else if (flagsSet & wxFS_VOL_READONLY && !(flags & wxFS_VOL_READONLY))
197 else if (flagsUnset & wxFS_VOL_READONLY && (flags & wxFS_VOL_READONLY))

Completed in 98 milliseconds