Searched refs:find_file_within (Results 1 - 1 of 1) sorted by relevance

/system/core/sdcard/
H A Dsdcard.c238 static char* find_file_within(const char* path, const char* name, function
527 if (!parent_node || !(actual_name = find_file_within(parent_path, name,
644 if (!parent_node || !(actual_name = find_file_within(parent_path, name,
670 if (!parent_node || !(actual_name = find_file_within(parent_path, name,
695 if (!parent_node || !find_file_within(parent_path, name,
719 if (!parent_node || !find_file_within(parent_path, name,
771 if (!(new_actual_name = find_file_within(new_parent_path, new_name,

Completed in 49 milliseconds