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

1 2

  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
.___init__.py 1 Mac OS X  2x?ATTR v?H???com.apple.quarantineq/0000;00000000;;
._printers.py 1 Mac OS X  2x?ATTR v?I???com.apple.quarantineq/0000;00000000;;
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
._test.cpp 1 Mac OS X  2x?ATTR v?N???com.apple.quarantineq/0000;00000000;;
  /external/chromium/chrome/browser/cocoa/
file_metadata.h 20 // Adds quarantine metadata to the file, assuming it has already been
file_metadata.mm 94 // The OS will automatically quarantine files due to the
110 // Quarantine properties will already exist if LSFileQuarantineEnabled
122 // If there are no quarantine properties, then the file isn't quarantined
162 LOG(WARNING) << "Unable to set quarantine attributes on file "
  /external/chromium_org/content/browser/download/
file_metadata_mac.h 22 // Adds quarantine metadata to the file, assuming it has already been
file_metadata_mac.mm 95 // The OS will automatically quarantine files due to the
111 // Quarantine properties will already exist if LSFileQuarantineEnabled
123 // If there are no quarantine properties, then the file isn't quarantined
164 << "Unable to set quarantine attributes on file " << file.value();
  /external/chromium_org/base/mac/
mac_util_unittest.mm 226 EXPECT_EQ(0, setxattr(file_path_str, "com.apple.quarantine",
229 getxattr(file_path_str, "com.apple.quarantine",
232 EXPECT_EQ(-1, getxattr(file_path_str, "com.apple.quarantine", NULL, 0, 0, 0));
242 EXPECT_EQ(-1, getxattr(file_path_str, "com.apple.quarantine", NULL, 0, 0, 0));
243 // No quarantine attribute to begin with, but RemoveQuarantineAttribute still
244 // succeeds because in the end the folder still doesn't have the quarantine
mac_util.h 119 // Remove the quarantine xattr from the given file. Returns false if there was
mac_util.mm 406 const char kQuarantineAttrName[] = "com.apple.quarantine";
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 105 # process inherits the quarantine bit (LSFileQuarantineEnabled). Any files or
107 # which may cause Launch Services to display quarantine UI. That's bad,
111 # xattr to drop the quarantine attribute.
112 QUARANTINE_ATTR=com.apple.quarantine
  /external/chromium_org/chrome/browser/mac/
install.sh 108 # process inherits the quarantine bit (LSFileQuarantineEnabled). Any files or
110 # which may cause Launch Services to display quarantine UI. That's bad,
114 # xattr to drop the quarantine attribute.
115 QUARANTINE_ATTR=com.apple.quarantine
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 10 // Memory quarantine for AddressSanitizer and potentially other tools.
11 // Quarantine caches some specified amount of memory in per-thread caches,
41 class Quarantine {
45 explicit Quarantine(LinkerInitialized)
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 105 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
253 typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
255 static AsanQuarantine quarantine(LINKER_INITIALIZED);
310 quarantine.Init((uptr)flags()->quarantine_size, kMaxThreadLocalQuarantine);
483 // Push into quarantine.
487 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac),
492 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac),
614 quarantine.Drain(GetQuarantineCache(this), QuarantineCallback(ac));
asan_flags.h 31 // Size (in bytes) of quarantine used to detect use-after-free errors.
  /external/chromium/chrome/browser/
platform_util_mac.mm 32 // 1. Incorrect app activation with com.apple.quarantine:
spellchecker_platform_engine_unittest.cc 259 {"quarentine", "quarantine"},
  /external/chromium_org/chrome/browser/
platform_util_mac.mm 33 // 1. Incorrect app activation with com.apple.quarantine:
  /external/compiler-rt/include/sanitizer/
msan_interface.h 121 fall into quarantine and will count toward __msan_get_free_bytes()
asan_interface.h 114 // fall into quarantine and will count toward __asan_get_free_bytes() later.
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 427 // The chunk should be greater than the quarantine size,
428 // otherwise it will be stuck in quarantine instead of being unmaped.
430 free(Ident(malloc(kLargeMallocSize))); // Drain quarantine.
792 free(Ident(malloc(Ident(1 << 27)))); // Try to drain the quarantine.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 299 {"quarentine", "quarantine"},
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac_unittest.mm 244 shim_path_.value().c_str(), "com.apple.quarantine", NULL, 0, 0, 0);
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 648 readonly QUARANTINE_ATTR="com.apple.quarantine"
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 1296 /* MS-Quarantine-State */

Completed in 575 milliseconds

1 2