Home
last modified time | relevance | path

Searched defs:dstFileName (Results 1 – 4 of 4) sorted by relevance

/external/deqp/executor/tools/
DxeBatchResultToJUnit.cpp136 static void batchResultToJUnitReport (const char* batchResultFilename, const char* dstFileName) in batchResultToJUnitReport()
DxeBatchResultToXml.cpp201 static void batchResultToSingleXmlFile (const char* batchResultFilename, const char* dstFileName) in batchResultToSingleXmlFile()
/external/lz4/programs/
Dlz4io.c268 static FILE* LZ4IO_openDstFile(const char* dstFileName) in LZ4IO_openDstFile()
529 …_compressFilename_extRess(cRess_t ress, const char* srcFileName, const char* dstFileName, int comp… in LZ4IO_compressFilename_extRess()
653 int LZ4IO_compressFilename(const char* srcFileName, const char* dstFileName, int compressionLevel) in LZ4IO_compressFilename()
682 char* dstFileName = (char*)malloc(FNSPACE); in LZ4IO_compressMultipleFilenames() local
/external/deqp/execserver/tools/
DxsClient.cpp145 std::string dstFileName; member in xs::CommandLine