HomeSort by relevance Sort by last modified time
    Searched full:node_get_path (Results 1 - 1 of 1) sorted by null

  /system/core/sdcard/
sdcard.c 189 char *node_get_path(struct node *node, char *buf, const char *name) function
230 path = node_get_path(node, buffer, 0);
252 * field so node_get_path will map it to this file in the underlying storage.
263 path = node_get_path(node->parent, buffer, 0);
414 path = node_get_path(parent, buffer, name);
586 path = node_get_path(node, buffer, 0);
641 path = node_get_path(node, buffer, name);
660 path = node_get_path(node, buffer, name);
675 path = node_get_path(node, buffer, (char*) data);
684 path = node_get_path(node, buffer, (char*) data)
    [all...]

Completed in 2332 milliseconds