MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / dirent

Class dirent

astyle/src/astyle_main.cpp:980–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978void ASConsole::getFileNames(const string &directory, const string &wildcard)
979{
980 struct dirent* entry; // entry from readdir()
981 struct stat statbuf; // entry from stat()
982 vector<string> subDirectory; // sub directories of this directory
983

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected