Searched refs:EDQUOT (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/ |
H A D | n_error.h | 36 constexpr int EDQUOT = 122; member 226 { "EDQUOT", EDQUOT }, 275 { EDQUOT, { FILEIO_SYS_CAP_TAG + E_DQUOT, "Quota exceeded" } },
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | uni_error.h | 197 { "EDQUOT", EDQUOT }, 241 { EDQUOT, FILEIO_SYS_CAP_TAG + E_DQUOT},
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | uni_error.h | 128 { EDQUOT, { FILEIO_SYS_CAP_TAG + E_DQUOT, "Quota exceeded" } },
|
/foundation/communication/netstack/frameworks/js/napi/socket/constant/include/ |
H A D | socket_constant.h | 195 {EDQUOT, {OHOSErrorCode::OHOS_ERR_EDQUOT, "Disk quota exceeded"}},
|
Completed in 4 milliseconds