HomeSort by relevance Sort by last modified time
    Searched defs:InputFile (Results 51 - 57 of 57) sorted by null

1 23

  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 1612 FILE *InputFile;
1618 InputFile = fopen (LongFilePath (InputFileName), "rb");
1619 if (InputFile == NULL) {
1624 fseek (InputFile, 0, SEEK_END);
1625 FileSize = ftell (InputFile);
1626 fseek (InputFile, 0, SEEK_SET);
1631 if (fread (FileBuffer, FileSize, 1, InputFile) != 1) {
1633 fclose (InputFile);
1638 fclose (InputFile);
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 109 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
114 InitLexer(InputFile->getBufferStart(), InputFile->getBufferStart(),
115 InputFile->getBufferEnd());
172 const llvm::MemoryBuffer *InputFile = SM.getBuffer(SpellingFID);
173 Lexer *L = new Lexer(SpellingFID, InputFile, PP);
    [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 277 milliseconds

1 23