Home | History | Annotate | Download | only in androidfw

Lines Matching refs:d_name

1414         if (strcmp(entry->d_name, ".") == 0 ||
1415 strcmp(entry->d_name, "..") == 0)
1427 fileType = ::getFileType(path.appendPathCopy(entry->d_name).string());
1434 info.set(String8(entry->d_name), fileType);