Home
last modified time | relevance | path

Searched refs:existed (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm/include/llvm/Support/
DFileUtilities.h54 bool existed; in ~FileRemover() local
55 sys::fs::remove(Filename.str(), existed); in ~FileRemover()
65 bool existed; variable
66 sys::fs::remove(Filename.str(), existed);
DFileSystem.h279 error_code create_directories(const Twine &path, bool &existed);
294 error_code create_directory(const Twine &path, bool &existed);
333 error_code remove(const Twine &path, bool &existed);
/external/oprofile/events/ia64/itanium2/
Devents127 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ
128 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ
129 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ
130 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ
135 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ
136 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ
137 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ
138 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ
150 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ
151 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ
[all …]
/external/llvm/unittests/Support/
DPath.cpp296 bool existed; in TEST_F() local
298 + "/recursive/a0/aa1", existed)); in TEST_F()
300 + "/recursive/a0/ab1", existed)); in TEST_F()
302 + "/recursive/dontlookhere/da1", existed)); in TEST_F()
304 + "/recursive/z0/za1", existed)); in TEST_F()
306 + "/recursive/pop/p1", existed)); in TEST_F()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp39 bool existed; in clear() local
40 llvm::sys::fs::remove(infoFile, existed); in clear()
115 bool existed; in flushToDisk() local
116 if (fs::create_directory(outputDir, existed) != llvm::errc::success) in flushToDisk()
/external/llvm/unittests/Transforms/DebugIR/
DDebugIR.cpp59 bool existed = false; in removeIfExists() local
60 sys::fs::remove(Path, existed); in removeIfExists()
61 return existed; in removeIfExists()
/external/chromium_org/chrome/tools/build/win/
Dhardlink_failsafe.bat5 :: Delete it if it existed
/external/clang/lib/Frontend/
DDependencyFile.cpp169 bool existed; in OutputDependencyFile() local
170 llvm::sys::fs::remove(OutputFile, existed); in OutputDependencyFile()
DCompilerInstance.cpp430 bool existed; in clearOutputFiles() local
431 llvm::sys::fs::remove(it->TempFilename, existed); in clearOutputFiles()
443 bool existed; in clearOutputFiles() local
444 llvm::sys::fs::remove(it->TempFilename, existed); in clearOutputFiles()
/external/llvm/lib/Support/Windows/
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 = true;
/external/llvm/lib/Support/Unix/
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/bison/m4/
D00gnulib.m417 # can only use interfaces that existed since 2.59; but it achieves the
/external/chromium_org/chrome/common/extensions/api/
Dnotifications.idl128 // |callback|: Called to indicate whether a matching notification existed.
136 // |callback|: Called to indicate whether a matching notification existed.
/external/chromium_org/third_party/sqlite/src/test/
Dtkt2817.test35 # When bug #2817 existed, this test was failing.
Dtkt-313723c356.test44 # cache is out of date. When the bug existed and the right xShmLock() fails
Dfts3aj.test69 # t3_* tables in database 'main', but they already existed. Normally
Dfts2j.test69 # t3_* tables in database 'main', but they already existed. Normally
Dfts1j.test69 # t3_* tables in database 'main', but they already existed. Normally
/external/chromium_org/v8/test/webkit/
Ddelete-then-put-expected.txt24 This tests for a problem with put after delete that existed at one point in the past.
/external/eigen/cmake/
DEigenConfigureTesting.cmake46 # un-set temporary variables so that it is like they never existed.
/external/opencv/ml/src/
Dmlsvm.cpp478 bool existed = row->data != 0; in get_row_base() local
481 if( existed || cache_size <= 0 ) in get_row_base()
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev; in get_row_base()
504 if( !existed ) in get_row_base()
510 *_existed = existed; in get_row_base()
516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed ) in get_row_svc() argument
518 if( !existed ) in get_row_svc()
569 bool existed = false; in get_row() local
570 float* row = get_row_base( i, &existed ); in get_row()
571 return (this->*get_row_func)( i, row, dst, existed ); in get_row()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp102 bool existed; in ReportDiag() local
104 llvm::sys::fs::create_directories(Directory, existed)) { in ReportDiag()
/external/clang/lib/Rewrite/Core/
DRewriter.cpp458 bool existed; in ~AtomicallyMovedFile() local
461 llvm::sys::fs::remove(TempFilename.str(), existed); in ~AtomicallyMovedFile()
/external/valgrind/main/perf/
DREADME27 - Strengths: Tests for a specific performance bug that existed in 3.1.0 and
/external/llvm/lib/Support/
DPath.cpp757 error_code create_directories(const Twine &path, bool &existed) { in create_directories() argument
767 if (error_code ec = create_directories(parent, existed)) return ec; in create_directories()
770 return create_directory(p, existed); in create_directories()

123