Searched defs:TempFile (Results 1 - 14 of 14) sorted by relevance

/external/qemu/android/utils/
H A Dtempfile.h24 ** create the file with tempfile_create(), which returns a reference to a TempFile
27 ** you can then call tempfile_path() to retrieve the TempFile's real path to open
28 ** it. the returned path is owned by the TempFile object and should not be freed.
34 typedef struct TempFile TempFile; typedef in typeref:struct:TempFile
36 extern TempFile* tempfile_create( void );
37 extern const char* tempfile_path( TempFile* temp );
38 extern void tempfile_close( TempFile* temp );
H A Dtempfile.c34 ** create the file with tempfile_create(), which returns a reference to a TempFile
37 ** you can then call tempfile_path() to retrieve the TempFile's real path to open
38 ** it. the returned path is owned by the TempFile object and should not be freed.
44 struct TempFile struct
47 TempFile* next;
51 static TempFile* _all_tempfiles;
53 TempFile*
56 TempFile* tempfile;
114 tempfile_path(TempFile* temp)
120 tempfile_close(TempFile* tempfil
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DTempFile.js37 * @param {!function(?WebInspector.TempFile)} callback
39 WebInspector.TempFile = function(dirPath, name, callback)
46 * @this {WebInspector.TempFile}
55 * @this {WebInspector.TempFile}
64 * @this {WebInspector.TempFile}
74 * @this {WebInspector.TempFile}
79 * @this {WebInspector.TempFile}
112 * @this {WebInspector.TempFile}
118 WebInspector.TempFile._ensureTempStorageCleared(didClearTempStorage.bind(this));
121 WebInspector.TempFile
[all...]
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dtemporary_file.cc21 TempFile::TempFile(Plugin* plugin, PP_FileHandle handle) function in class:plugin::TempFile
25 TempFile::~TempFile() { }
27 int32_t TempFile::Open(bool writeable) {
42 PLUGIN_PRINTF(("TempFile::Open failed to convert HANDLE to posix\n"));
68 bool TempFile::Reset() {
76 PP_FileHandle TempFile::TakeFileHandle() {
H A Dtemporary_file.h30 // TempFile represents a file used as a temporary between stages in
36 class TempFile { class in namespace:plugin
38 // Create a TempFile.
39 TempFile(Plugin* plugin, PP_FileHandle handle);
40 ~TempFile();
59 NACL_DISALLOW_COPY_AND_ASSIGN(TempFile);
/external/clang/tools/libclang/
H A DMakefile55 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/clang-lto.XXXXXX) macro
56 LLVMLibsOptions += -Wl,-object_path_lto -Wl,$(TempFile)
/external/llvm/tools/lto/
H A DMakefile42 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX) macro
44 -Wl,-object_path_lto -Wl,$(TempFile)
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp608 std::string OutFile, TempFile; local
663 OSFile = TempFile = TempPath.str();
686 *TempPathName = TempFile;
H A DASTUnit.cpp200 void ASTUnit::addTemporaryFile(StringRef TempFile) { argument
201 getOnDiskData(this).TemporaryFiles.push_back(TempFile);
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java425 TempFile createTempFile() throws Exception;
436 public interface TempFile { interface in class:NanoHTTPD
475 private final List<TempFile> tempFiles;
479 tempFiles = new ArrayList<TempFile>();
483 public TempFile createTempFile() throws Exception {
491 for (TempFile file : tempFiles) {
507 public static class DefaultTempFile implements TempFile {
1234 TempFile tempFile = tempFileManager.createTempFile();
1252 TempFile tempFile = tempFileManager.createTempFile();
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp2126 std::string TempFile = applyEditsToTemp(I->first, I->second, local
2128 if (TempFile.empty()) {
2133 remap.push_back(std::make_pair(I->first->getName(), TempFile));
/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/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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 5726 milliseconds