Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dfilemap.py51 class ErrorNotSupp(Exception): class
178 raise ErrorNotSupp("the kernel or file-system does not support "
218 raise ErrorNotSupp("cannot create a temporary in \"%s\": %s" \
224 raise ErrorNotSupp("cannot truncate temporary file in \"%s\": %s"
232 raise ErrorNotSupp("the file-system does not support "
373 raise ErrorNotSupp(errstr)
378 raise ErrorNotSupp(errstr)
507 except ErrorNotSupp:
510 except ErrorNotSupp:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1247 from filemap import FilemapFiemap, FilemapSeek, sparse_copy, ErrorNotSupp
1263 except ErrorNotSupp: