Searched refs:TempFile (Results 1 - 15 of 15) sorted by last modified time

/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java385 public static class DefaultTempFile implements TempFile {
429 private final List<TempFile> tempFiles;
436 this.tempFiles = new ArrayList<TempFile>();
441 for (TempFile file : this.tempFiles) {
452 public TempFile createTempFile(String filename_hint) throws Exception {
979 TempFile tempFile = this.tempFileManager.createTempFile(null);
1097 TempFile tempFile = this.tempFileManager.createTempFile(filename_hint);
1592 public interface TempFile { interface in class:NanoHTTPD
1613 public TempFile createTempFile(String filename_hint) throws Exception;
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/
H A DTempFilesServer.java52 private final List<TempFile> tempFiles;
56 this.tempFiles = new ArrayList<TempFile>();
64 for (TempFile file : this.tempFiles) {
75 public TempFile createTempFile(String filename_hint) throws Exception {
/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp177 bool TempFile = false) {
178 if (TempFile) {
/external/llvm/tools/lto/
H A DMakefile38 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX) macro
40 -Wl,-object_path_lto -Wl,$(TempFile)
/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp73 struct TempFile { struct in namespace:__anon12676
109 bool TempFile::init(const std::string &Ext) {
125 bool TempFile::writeBitcode(const Module &M) const {
138 bool TempFile::writeAssembly(const Module &M) const {
151 std::unique_ptr<Module> TempFile::readBitcode(LLVMContext &Context) const {
172 std::unique_ptr<Module> TempFile::readAssembly(LLVMContext &Context) const {
351 TempFile F;
363 TempFile F;
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/clang/lib/Driver/
H A DDriver.cpp664 for (const char *TempFile : TempFiles) {
665 Diag(clang::diag::note_drv_command_failed_diag_msg) << TempFile;
666 if (StringRef(TempFile).endswith(".cache")) {
669 VFS = llvm::sys::path::filename(TempFile);
/external/clang/lib/Frontend/
H A DASTUnit.cpp200 void ASTUnit::addTemporaryFile(StringRef TempFile) { argument
201 getOnDiskData(this).TemporaryFiles.push_back(TempFile);
H A DCompilerInstance.cpp621 std::string OutFile, TempFile; local
678 OSFile = TempFile = TempPath.str();
701 *TempPathName = TempFile;
/external/clang/tools/libclang/
H A DMakefile61 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/clang-lto.XXXXXX) macro
62 LLVMLibsOptions += -Wl,-object_path_lto -Wl,$(TempFile)
/external/clang/include/clang/Frontend/
H A DASTUnit.h540 void addTemporaryFile(StringRef TempFile);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp2265 std::string TempFile = applyEditsToTemp(I->first, I->second, local
2267 if (TempFile.empty()) {
2272 remap.emplace_back(I->first->getName(), TempFile);

Completed in 371 milliseconds