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

  /external/chromium_org/tools/gn/
ninja_build_writer.cc 120 std::vector<SourceFile> other_files = g_scheduler->GetGenDependencies(); local
121 for (size_t i = 0; i < other_files.size(); i++) {
123 path_output_.WriteFile(out_, other_files[i]);
  /bionic/libc/tools/
gensyscalls.py 196 self.other_files = []
336 self.other_files.append(glibc_syscalls_h_path)
357 self.other_files.append( path )
416 for stub in self.new_stubs + self.other_files:

Completed in 580 milliseconds