Searched refs:existed (Results 1 - 16 of 16) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileUtilities.h54 bool existed; local
55 sys::fs::remove(Filename.str(), existed);
65 bool existed; local
66 sys::fs::remove(Filename.str(), existed);
H A DFileSystem.h276 /// @param existed Set to true if \a path already existed, false otherwise.
277 /// @returns errc::success if is_directory(path) and existed have been set,
279 error_code create_directories(const Twine &path, bool &existed);
282 /// directory existed or not.
291 /// @param existed Set to true if \a path already existed, false otherwise.
292 /// @returns errc::success if is_directory(path) and existed have been set,
294 error_code create_directory(const Twine &path, bool &existed);
297 /// directory existed o
[all...]
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp39 bool existed; local
40 llvm::sys::fs::remove(infoFile, existed);
115 bool existed;
116 if (fs::create_directory(outputDir, existed) != llvm::errc::success)
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp56 /// Attempts to remove file at Path and returns true if it existed, or false if
59 bool existed = false; local
60 sys::fs::remove(Path, existed);
61 return existed;
/external/llvm/lib/Support/Windows/
H A DPath.inc204 // If the file existed, try again, otherwise, error.
339 error_code create_directory(const Twine &path, bool &existed) {
350 existed = true;
354 existed = false;
401 error_code remove(const Twine &path, bool &existed) {
410 existed = false;
425 existed = false;
427 existed = true;
433 existed = false;
435 existed
[all...]
/external/llvm/unittests/Support/
H A DPath.cpp296 bool existed; local
298 + "/recursive/a0/aa1", existed));
300 + "/recursive/a0/ab1", existed));
302 + "/recursive/dontlookhere/da1", existed));
304 + "/recursive/z0/za1", existed));
306 + "/recursive/pop/p1", existed));
/external/clang/lib/Frontend/
H A DDependencyFile.cpp169 bool existed; local
170 llvm::sys::fs::remove(OutputFile, existed);
H A DCompilerInstance.cpp430 bool existed; local
431 llvm::sys::fs::remove(it->TempFilename, existed);
443 bool existed; local
444 llvm::sys::fs::remove(it->TempFilename, existed);
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp458 bool existed; local
461 llvm::sys::fs::remove(TempFilename.str(), existed);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp102 bool existed; local
104 llvm::sys::fs::create_directories(Directory, existed)) {
/external/opencv/ml/src/
H A Dmlsvm.cpp478 bool existed = row->data != 0;
481 if( existed || cache_size <= 0 )
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev;
504 if( !existed )
510 *_existed = existed;
516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed )
518 if( !existed )
569 bool existed = false; local
570 float* row = get_row_base( i, &existed );
571 return (this->*get_row_func)( i, row, dst, existed );
[all...]
/external/llvm/lib/Support/Unix/
H A DPath.inc147 // If the file existed, try again, otherwise, error.
323 error_code create_directory(const Twine &path, bool &existed) {
330 existed = true;
332 existed = false;
363 error_code remove(const Twine &path, bool &existed) {
371 existed = false;
386 existed = false;
388 existed = true;
/external/opencv/ml/include/
H A Dml.h392 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed );
466 virtual float* get_row_svc( int i, float* row, float* dst, bool existed );
467 virtual float* get_row_one_class( int i, float* row, float* dst, bool existed );
468 virtual float* get_row_svr( int i, float* row, float* dst, bool existed );
/external/llvm/lib/Support/
H A DPath.cpp757 error_code create_directories(const Twine &path, bool &existed) {
767 if (error_code ec = create_directories(parent, existed)) return ec;
770 return create_directory(p, existed);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex101 one justification existed, IPv6 address alignment left 4 byte
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1224 milliseconds