HomeSort by relevance Sort by last modified time
    Searched refs:FOLLOW_SYMLINKS_ANYWHERE (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/extensions/common/
extension_resource.cc 44 FOLLOW_SYMLINKS_ANYWHERE : SYMLINKS_MUST_RESOLVE_WITHIN_ROOT);
64 if (symlink_policy == FOLLOW_SYMLINKS_ANYWHERE) {
92 (symlink_policy == FOLLOW_SYMLINKS_ANYWHERE ||
extension_resource.h 24 FOLLOW_SYMLINKS_ANYWHERE,
extension.cc 193 if ((creation_flags() & Extension::FOLLOW_SYMLINKS_ANYWHERE)) {
204 if ((creation_flags() & Extension::FOLLOW_SYMLINKS_ANYWHERE)) {
extension.h 149 // |FOLLOW_SYMLINKS_ANYWHERE| means that resources can be symlinks to
152 FOLLOW_SYMLINKS_ANYWHERE = 1 << 5,
  /external/chromium_org/apps/shell/browser/
shell_extension_system.cc 43 // FOLLOW_SYMLINKS_ANYWHERE below. Packed extensions should not have symlinks.
45 int load_flags = Extension::FOLLOW_SYMLINKS_ANYWHERE;
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 449 Extension::FOLLOW_SYMLINKS_ANYWHERE) != 0) {
450 symlink_policy = ExtensionResource::FOLLOW_SYMLINKS_ANYWHERE;
  /external/chromium_org/chrome/browser/extensions/
unpacked_installer.cc 219 int result = Extension::FOLLOW_SYMLINKS_ANYWHERE;
extension_creator.cc 107 Extension::FOLLOW_SYMLINKS_ANYWHERE | Extension::ERROR_ON_PRIVATE_KEY;
  /external/chromium_org/extensions/browser/
extension_protocols.cc 170 bool follow_symlinks_anywhere,
188 if (follow_symlinks_anywhere) {
420 bool follow_symlinks_anywhere = false; local
440 follow_symlinks_anywhere =
441 (extension->creation_flags() & Extension::FOLLOW_SYMLINKS_ANYWHERE)
520 follow_symlinks_anywhere,

Completed in 291 milliseconds