Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Duri_helper.h43 URI_WRITE = 1 << 1, enumerator
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp215 mode |= (flag & URI_WRITE) ? W_OK : 0; in AccessCheck()
224 uint32_t mode = (flag & URI_WRITE) ? O_RDWR : O_RDONLY; in AccessCheck()