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

  /frameworks/compile/slang/
slang_rs.h 105 // @IOFiles - List of pairs of <input file path, output file path>.
109 // with the same number of pairs given in @IOFiles.
138 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles,
slang_rs.cpp 279 const std::list<std::pair<const char*, const char*> > &IOFiles,
290 if (IOFiles.empty())
293 if (OutputDep && (DepFiles.size() != IOFiles.size())) {
302 IOFileIter = IOFiles.begin(), DepFileIter = DepFiles.begin();
328 for (unsigned i = 0, e = IOFiles.size(); i != e; i++) {
llvm-rs-cc.cpp 434 std::list<std::pair<const char*, const char*> > IOFiles;
470 IOFiles.push_back(std::make_pair(InputFile, OutputFile));
474 int CompileFailed = !Compiler->compile(IOFiles,

Completed in 274 milliseconds