Searched refs:find_file_within (Results 1 – 1 of 1) sorted by relevance
/system/core/sdcard/ |
D | sdcard.c | 366 static char* find_file_within(const char* path, const char* name, in find_file_within() function 810 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_lookup() 940 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mknod() 969 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mkdir() 1017 if (!parent_node || !find_file_within(parent_path, name, in handle_unlink() 1065 if (!parent_node || !find_file_within(parent_path, name, in handle_rmdir() 1148 if (!(new_actual_name = find_file_within(new_parent_path, new_name, in handle_rename()
|