Home
last modified time | relevance | path

Searched defs:srcFile (Results 1 – 6 of 6) sorted by relevance

/third_party/lz4/tests/
DcheckFrame.c128 int frameCheck(cRess_t ress, FILE* const srcFile, unsigned bsid, size_t blockSize) in frameCheck()
283 FILE *srcFile; in main() local
/third_party/vk-gl-cts/scripts/
Dmake_release.py111 def __init__ (self, srcFile, dstFile): argument
139 def __init__ (self, srcFile, dstFile, replaceVars): argument
192 def __init__ (self, srcFile, dstFile, makeTarget): argument
319 def makeFileCopy (srcFile, dstFile): argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecator.java171 void processFile(File srcFile, File dstFile) { in processFile()
/third_party/typescript/src/linter/
DUtils.ts1229 const srcFile = sym.declarations[0].getSourceFile(); constant
1289 const srcFile = sym.declarations[0].getSourceFile(); constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DresolutionCache.ts809 const srcFile: File = { constant
/third_party/lz4/programs/
Dlz4io.c678 FILE* const srcFile = LZ4IO_openSrcFile(srcFileName); in LZ4IO_compressFilename_extRess() local
1069 FILE* const srcFile, FILE* const dstFile, in LZ4IO_decompressLZ4F()