Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/include/
Dmraa_internal.h111 …boolean_t mraa_file_contains_both(const char* filename, const char* content, const char* content2);
/hardware/bsp/intel/peripheral/libmraa/src/
Dmraa.c625 mraa_file_contains_both(const char* filename, const char* content, const char* content2) in mraa_file_contains_both() argument
647 if (strstr(line, content) && strstr(line, content2)) { in mraa_file_contains_both()