Home
last modified time | relevance | path

Searched refs:tt_file_exists (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libconfig/tests/
H A Dtests.c149 if(!tt_file_exists(input_file) || !tt_file_exists(output_file)) in TT_TEST()
171 if(!tt_file_exists(input_file) || !tt_file_exists(error_file)) in TT_TEST()
199 if(!tt_file_exists(input_file) || !tt_file_exists(error_file)) in TT_TEST()
/aosp_15_r20/external/libconfig/tinytest/
H A Dtinytest.c629 tt_bool_t tt_file_exists(const char *file) in tt_file_exists() function
H A Dtinytest.h105 extern tt_bool_t tt_file_exists(const char *file);
/aosp_15_r20/external/libconfig/
H A DChangeLog205 * tinytest/tiytest.c, tinytest/tinytest.h - added tt_file_exists();
209 * tests/tests.c - use tt_file_exists() rather than access(); alias