Home
last modified time | relevance | path

Searched refs:NACL_ABI_ENAMETOOLONG (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/
H A Dsel_ldr_filename.cc188 return -NACL_ABI_ENAMETOOLONG; in CopyHostPathMounted()
213 return (uint32_t) -NACL_ABI_ENAMETOOLONG; in CopyHostPathInFromUser()
H A Dsys_filename.c485 return -NACL_ABI_ENAMETOOLONG; in NaClSysReadlink()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/include/sys/
H A Derrno.h84 #define NACL_ABI_ENAMETOOLONG 36 /* File name too long */ macro