OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_chmod
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/
safe_macros_fn.h
127
int
safe_chmod
(const char *file, const int lineno, void (cleanup_fn)(void),
tst_safe_macros.h
173
#define
SAFE_CHMOD
(path, mode) \
174
safe_chmod
(__FILE__, __LINE__, NULL, (path), (mode))
/external/ltp/include/old/
safe_macros.h
120
#define
SAFE_CHMOD
(cleanup_fn, path, mode) \
121
safe_chmod
(__FILE__, __LINE__, (cleanup_fn), (path), (mode))
/external/ltp/lib/
safe_macros.c
547
int
safe_chmod
(const char *file, const int lineno,
function
Completed in 55 milliseconds