/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
bool OSFileSystem::IsSafeFile(nsIFile* aFile) const { // The concept of "safe files" is specific to the Device Storage API where // files are only "safe" if they're of a type that is appropriate for the // area of device storage that is being used.
MOZ_CRASH("Don't use OSFileSystem with the Device Storage API"); returntrue;
}
bool OSFileSystem::IsSafeDirectory(Directory* aDir) const { // The concept of "safe directory" is specific to the Device Storage API // where a directory is only "safe" if it belongs to the area of device // storage that it is being used with.
MOZ_CRASH("Don't use OSFileSystem with the Device Storage API"); returntrue;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.