Go to the source code of this file.
|
static void | scanPathResources (const string &path, vector< string > &totalFiles) |
|
static void | scanPathLibraries (const string &path, vector< string > &totalFiles) |
|
static void | scanPathHeaders (const string &path, vector< string > &totalFiles) |
|
static void | scanPathExecutables (const string &path, vector< string > &totalFiles) |
|
void | processFile (const string &fileName, vector< FileInformation > &fileInformations, const string &archiveFileName, bool executableFile, const string &basePath, const string &executablePath=string()) |
|
int | main (int argc, char **argv) |
|
◆ CHUNK
◆ scanPathResources()
static void scanPathResources |
( |
const string & |
path, |
|
|
vector< string > & |
totalFiles |
|
) |
| |
|
static |
◆ scanPathLibraries()
static void scanPathLibraries |
( |
const string & |
path, |
|
|
vector< string > & |
totalFiles |
|
) |
| |
|
static |
◆ scanPathHeaders()
static void scanPathHeaders |
( |
const string & |
path, |
|
|
vector< string > & |
totalFiles |
|
) |
| |
|
static |
◆ scanPathExecutables()
static void scanPathExecutables |
( |
const string & |
path, |
|
|
vector< string > & |
totalFiles |
|
) |
| |
|
static |
◆ processFile()
void processFile |
( |
const string & |
fileName, |
|
|
vector< FileInformation > & |
fileInformations, |
|
|
const string & |
archiveFileName, |
|
|
bool |
executableFile, |
|
|
const string & |
basePath, |
|
|
const string & |
executablePath = string() |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |