/third_party/lz4/tests/ |
H A D | checkFrame.c | 128 int frameCheck(cRess_t ress, FILE* const srcFile, unsigned bsid, size_t blockSize) in frameCheck() argument 143 readSize = fread(ress.srcBuffer, 1, ress.srcBufferSize, srcFile); in frameCheck() 195 if (ferror(srcFile)) EXM_THROW(26, "Read error"); in frameCheck() 283 FILE *srcFile; in main() local 290 srcFile = fopen(argument, "rb"); in main() 291 if ( srcFile==NULL ) { in main() 295 assert (srcFile != NULL); in main() 296 err = frameCheck(ress, srcFile, bsid, blockSize); in main() 298 fclose(srcFile); in main()
|
/third_party/vk-gl-cts/scripts/ |
H A D | make_release.py | 111 def __init__ (self, srcFile, dstFile): 113 self.srcFile = srcFile 119 shutil.copyfile(self.srcFile, self.dstFile) 139 def __init__ (self, srcFile, dstFile, replaceVars): 141 self.srcFile = srcFile 147 src = readFile(self.srcFile) 192 def __init__ (self, srcFile, dstFile, makeTarget): 193 self.srcFile [all...] |
/test/xts/acts/kernel_lite/utils/ |
H A D | libfs.cpp | 91 int CopyFile(const char *srcFile, const char *dstFile)
in CopyFile() argument 94 FILE *srcFp = fopen(srcFile, "rb");
in CopyFile() 96 LOG("Cannot open source file %s: errno=%d,%s \n", srcFile, errno, strerror(errno));
in CopyFile()
|
H A D | libfs.h | 45 * desc: copy srcFile to dstFile. if dstFile exist, it will be reflashed 49 int CopyFile(const char *srcFile, const char *dstFile);
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | libfs.cpp | 94 int CopyFile(const char *srcFile, const char *dstFile)
in CopyFile() argument 97 FILE *srcFp = fopen(srcFile, "rb");
in CopyFile() 99 LOG("Cannot open source file %s: errno=%d,%s \n", srcFile, errno, strerror(errno));
in CopyFile()
|
H A D | libfs.h | 45 * desc: copy srcFile to dstFile. if dstFile exist, it will be reflashed 49 int CopyFile(const char *srcFile, const char *dstFile);
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | Deprecator.java | 171 void processFile(File srcFile, File dstFile) { in processFile() argument 173 System.out.println("process '" + srcFile.getPath() + "'"); in processFile() 177 BufferedReader r = new BufferedReader(new InputStreamReader(new FileInputStream(srcFile))); in processFile()
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 678 FILE* const srcFile = LZ4IO_openSrcFile(srcFileName); in LZ4IO_compressFilename_extRess() local 679 if (srcFile == NULL) return 1; in LZ4IO_compressFilename_extRess() 681 if (dstFile == NULL) { fclose(srcFile); return 1; } in LZ4IO_compressFilename_extRess() 693 U64 const fileSize = UTIL_getOpenFileSize(srcFile); in LZ4IO_compressFilename_extRess() 700 readSize = fread(srcBuffer, (size_t)1, blockSize, srcFile); in LZ4IO_compressFilename_extRess() 701 if (ferror(srcFile)) END_PROCESS(40, "Error reading %s ", srcFileName); in LZ4IO_compressFilename_extRess() 744 readSize = fread(srcBuffer, (size_t)1, (size_t)blockSize, srcFile); in LZ4IO_compressFilename_extRess() 747 if (ferror(srcFile)) END_PROCESS(47, "Error reading %s ", srcFileName); in LZ4IO_compressFilename_extRess() 759 fclose (srcFile); in LZ4IO_compressFilename_extRess() 1069 FILE* const srcFile, FIL in LZ4IO_decompressLZ4F() 1068 LZ4IO_decompressLZ4F(dRess_t ress, FILE* const srcFile, FILE* const dstFile, const LZ4IO_prefs_t* const prefs) LZ4IO_decompressLZ4F() argument [all...] |
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 528 for srcFile in srcFiles: 537 srcFile
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |