Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dutil.c1132 int fopen_temporary(const char *path, FILE **_f, char **_temp_path) { in fopen_temporary() argument
1139 assert(_temp_path); in fopen_temporary()
1164 *_temp_path = t; in fopen_temporary()
Dutil.h220 int fopen_temporary(const char *path, FILE **_f, char **_temp_path);