Home | History | Annotate | Download | only in android

Lines Matching full:pathname

1433                     const char *pathname = uri;
1435 if (!strncasecmp(pathname, "file://", 7)) {
1436 pathname += 7;
1439 int fd = ::open(pathname, O_RDONLY);