HomeSort by relevance Sort by last modified time
    Searched full:existed (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/tools/build/win/
hardlink_failsafe.bat 5 :: Delete it if it existed
  /external/llvm/include/llvm/Support/
FileUtilities.h 54 bool existed; local
55 sys::fs::remove(Filename.str(), existed);
65 bool existed; local
66 sys::fs::remove(Filename.str(), existed);
FileSystem.h 276 /// @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.
284 bool Existed;
285 return create_directories(Path, Existed);
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
    [all...]
  /external/llvm/lib/Support/
LockFileManager.cpp 114 bool Existed;
115 sys::fs::remove(UniqueLockFileName.c_str(), Existed);
140 bool Existed;
141 sys::fs::remove(UniqueLockFileName.str(), Existed);
147 sys::fs::remove(LockFileName.str(), Existed);
166 bool Existed;
167 sys::fs::remove(LockFileName.str(), Existed);
168 sys::fs::remove(UniqueLockFileName.str(), Existed);
ToolOutputFile.cpp 29 bool Existed;
30 sys::fs::remove(Filename, Existed);
FileOutputBuffer.cpp 31 bool Existed;
32 sys::fs::remove(Twine(TempPath), Existed);
60 bool Existed;
61 EC = sys::fs::remove(FilePath, Existed);
  /ndk/sources/host-tools/sed-4.2.1/m4/
00gnulib.m4 17 # can only use interfaces that existed since 2.59; but it achieves the
  /external/chromium_org/chrome/common/extensions/api/
notifications.idl 102 // existed.
109 // notification existed.
  /external/chromium_org/net/dns/
mdns_cache.h 65 // (existed previously with different value) or not changed (existed
  /external/bison/m4/
00gnulib.m4 17 # can only use interfaces that existed since 2.59; but it achieves the
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation_unittest.cc 49 // Create fails if a directory existed even when is_exclusive = false.
  /external/chromium_org/third_party/sqlite/src/test/
tkt-313723c356.test 44 # cache is out of date. When the bug existed and the right xShmLock() fails
tkt2817.test 35 # When bug #2817 existed, this test was failing.
  /external/chromium_org/v8/test/webkit/
delete-then-put-expected.txt 24 This tests for a problem with put after delete that existed at one point in the past.
delete-then-put.js 25 'This tests for a problem with put after delete that existed at one point in the past.'
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentNavigableMap.java 96 * and guarantees to traverse elements as they existed upon
117 * and guarantees to traverse elements as they existed upon
140 * and guarantees to traverse elements as they existed upon
  /external/llvm/lib/Support/Unix/
Path.inc 147 // If the file existed, try again, otherwise, error.
168 bool Existed;
169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed);
172 if (Existed)
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
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 296 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/chromium/base/
message_loop_proxy.h 29 // They return true iff the thread existed and the task was posted. Note that
  /external/chromium/chrome/browser/history/
top_sites_backend.h 35 // The boolean parameter indicates if the DB existed on disk or needs to be
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 75 // - is (silently) created and written to the user pref store if none existed
  /external/chromium/net/url_request/
url_request_filter.h 56 // old handlers for the URL if one existed.
  /external/chromium_org/chrome/browser/
fast_shutdown_browsertest.cc 38 // would enable fast shutdown even if an onunload handler still existed.
  /external/chromium_org/chrome/browser/history/
top_sites_backend.h 29 // The boolean parameter indicates if the DB existed on disk or needs to be
  /external/chromium_org/chrome/browser/prefs/
scoped_user_pref_update.h 76 // - is (silently) created and written to the user pref store if none existed

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>