Searched defs:file_exists (Results 1 - 2 of 2) sorted by relevance

/external/opencore/tools_v2/build/make/
H A Dsdkinfo_nr.mk45 file_exists := $(wildcard $(sdkinfo_header_filename)) macro
46 ifneq ($(strip $(file_exists)),)
/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c274 file_exists (GFile * parent, const char *filename, gboolean * result) function
414 child = file_exists (root, item.filename, &res);
432 child = file_exists (root, "pattern_file", &res);
980 child = file_exists (root, item.filename, &res);

Completed in 64 milliseconds