HomeSort by relevance Sort by last modified time
    Searched refs:cFile (Results 1 - 7 of 7) sorted by null

  /external/lz4/programs/
util.h 286 WIN32_FIND_DATAA cFile;
298 hFile=FindFirstFileA(path, &cFile);
306 fnameLength = (int)strlen(cFile.cFileName);
311 memcpy(path+dirLength+1, cFile.cFileName, fnameLength);
314 if (cFile.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
315 if (strcmp (cFile.cFileName, "..") == 0 ||
316 strcmp (cFile.cFileName, ".") == 0) continue;
321 else if ((cFile.dwFileAttributes & FILE_ATTRIBUTE_NORMAL) || (cFile.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE) || (cFile.dwFileAttributes & FILE_ATTRIBUTE_COMPRESSED))
    [all...]
  /build/soong/cc/
gen.go 111 cFile := android.GenPathWithExt(ctx, "yacc", srcFile, "c")
112 srcFiles[i] = cFile
113 deps = append(deps, genYacc(ctx, srcFile, cFile, buildFlags.yaccFlags))
119 cFile := android.GenPathWithExt(ctx, "lex", srcFile, "c")
120 srcFiles[i] = cFile
121 genLex(ctx, srcFile, cFile)
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
ComponentProcessorTest.java 449 JavaFileObject cFile = JavaFileObjects.forSourceLines("test.C",
540 .that(ImmutableList.of(aFile, bFile, cFile, moduleFile, componentFile))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 139 cFile = FOUR_CHAR_CODE('file')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 139 cFile = FOUR_CHAR_CODE('file')
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]

Completed in 599 milliseconds