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

/system/core/sdcard/
H A Dsdcard.c369 * Performs a case-insensitive search for the file and sets the buffer to the path
370 * of the first matching file. If 'search' is zero or if no match is found, sets
377 char* buf, size_t bufsize, int search)
393 if (search && access(buf, F_OK)) {
1173 int search = old_parent_node != new_parent_node local
1176 new_child_path, sizeof(new_child_path), search))) {
376 find_file_within(const char* path, const char* name, char* buf, size_t bufsize, int search) argument

Completed in 1068 milliseconds