OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_OPEN
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
error.h
43
#define
E_OPEN
01 /* opening a file */
error.c
290
#define ALL (
E_OPEN
|E_CREAT|E_EXEC)
297
{ ENOENT,
E_OPEN
, "no such file" },
300
{ ENOTDIR,
E_OPEN
, "no such file" },
redir.c
247
error("cannot open %s: %s", fname, errmsg(errno,
E_OPEN
));
init.c
252
#define ALL (
E_OPEN
|E_CREAT|E_EXEC)
544
#define ALL (
E_OPEN
|E_CREAT|E_EXEC)
832
#define ALL (
E_OPEN
|E_CREAT|E_EXEC)
Completed in 112 milliseconds