Home | History | Annotate | Download | only in sdcard

Lines Matching refs:search

233  * Performs a case-insensitive search for the file and sets the buffer to the path
234 * of the first matching file. If 'search' is zero or if no match is found, sets
241 char* buf, size_t bufsize, int search)
257 if (search && access(buf, F_OK)) {
771 int search = old_parent_node != new_parent_node
774 new_child_path, sizeof(new_child_path), search))) {