/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/ |
MANIFEST.MF | 11 org.eclipse.core.filesystem,
|
/system/extras/fatblock/ |
fatblock.c | 59 WARN("underlying filesystem has been modified; stopping.\n"); 167 INFO("fatblock: importing filesystem from %s (%d MB)\n", path, mb); 175 DIE("fatblock: couldn't import filesystem; aborting\n"); 177 INFO("fatblock: filesystem imported (%llu bytes)\n", total_size);
|
/external/e2fsprogs/doc/ |
libext2fs.texinfo | 30 ext2 filesystem. 123 manipulate an ext2 filesystem. 130 * Filesystem-level functions:: 142 @node Filesystem-level functions, File I/O Functions, EXT2FS Library Functions, EXT2FS Library Functions 144 @section Filesystem-level functions 146 The following functions operate on a filesystem handle. Most EXT2FS 147 Library functions require a filesystem handle as their first argument. 148 There are two functions which create a filesystem handle, 151 The filesystem can also be closed using @code{ext2fs_close}, and any 156 * Opening an ext2 filesystem:: [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.h | 33 * filesystem is like "yaffs2" 36 const char *filesystem, int read_only);
|
/device/lge/hammerhead/ |
fstab.hammerhead | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
/device/lge/mako/ |
fstab.mako | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
/external/chromium/chrome/browser/extensions/ |
file_manager_util.h | 20 // Converts |full_file_path| into external filesystem: url. Returns false 21 // if |full_file_path| is not managed by the external filesystem provider.
|
/external/chromium/net/disk_cache/ |
cache_util_posix.cc | 17 // encrypted filesystem (with encrypted names), and we won't be able 19 // filesystem, so we just move each item in the cache to a new
|
/external/chromium/third_party/libjingle/source/talk/base/ |
fileutils.cc | 157 scoped_ptr<FilesystemInterface> Filesystem::default_filesystem_; 158 FilesystemInterface *Filesystem::EnsureDefaultFilesystem() { 233 Pathname Filesystem::GetCurrentDirectory() { 242 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) { 252 std::string filename = Filesystem::TempFilename(folder, "gt"); 255 Filesystem::DeleteFile(path.pathname()); 268 if (!Filesystem::IsFile(pathname)) { 270 FileStream* fs = Filesystem::OpenFile(pathname, "w");
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
debug_info_collector.cc | 63 // Currently, this is just a proxy to the FileSystem. 65 // FileSystem's implementation. crbug.com/237088
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_isolated_file_system_message_filter.h | 58 // Returns filesystem id of isolated filesystem if valid, or empty string
|
/external/chromium_org/net/disk_cache/ |
cache_util_posix.cc | 18 // encrypted filesystem (with encrypted names), and we won't be able 20 // filesystem, so we just move each item in the cache to a new
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DraggedIsolatedFileSystem.cpp | 32 #include "modules/filesystem/DraggedIsolatedFileSystem.h" 35 #include "modules/filesystem/DOMFileSystem.h"
|
WindowFileSystem.idl | 33 [RuntimeEnabled=FileSystem] void webkitRequestFileSystem(unsigned short type, long long size, 35 [RuntimeEnabled=FileSystem] void webkitResolveLocalFileSystemURL(DOMString url,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
urlfetcher_mock.py | 34 def __init__(self, filesystem): 35 self._filesystem = filesystem
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFileSystemType.h | 40 // Indicates an isolated filesystem which only exposes a set of files. 43 // Indicates a non-sandboxed filesystem.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
fileutils.cc | 160 FilesystemInterface* Filesystem::default_filesystem_ = NULL; 162 FilesystemInterface *Filesystem::EnsureDefaultFilesystem() { 246 Pathname Filesystem::GetCurrentDirectory() { 255 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) { 265 std::string filename = Filesystem::TempFilename(folder, "gt"); 268 Filesystem::DeleteFile(path.pathname()); 281 if (!Filesystem::IsFile(pathname)) { 283 FileStream* fs = Filesystem::OpenFile(pathname, "w");
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_file_stream_reader.h | 26 // Generic FileStreamReader implementation for FileSystem files. 28 // remote filesystem should implement its own reader rather than relying
|
sandbox_file_system_backend.h | 24 // An interface to construct or crack sandboxed filesystem paths for 28 // that use the filesystem.
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 25 namespace filesystem namespace in namespace:boost 32 namespace fs = boost::filesystem;
|
/external/sepolicy/ |
zygote.te | 42 allow zygote tmpfs:filesystem mount; 43 allow zygote labeledfs:filesystem remount;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
minix_fs.h | 7 * The minix filesystem constants/structures 12 * minix filesystem (aka V2) with bigger inodes and 32-bit block
|
ncp_mount.h | 29 __kernel_uid_t mounted_uid; /* Who may umount() this filesystem? */ 51 unsigned long mounted_uid; /* Who may umount() this filesystem? */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
minix_fs.h | 7 * The minix filesystem constants/structures 12 * minix filesystem (aka V2) with bigger inodes and 32-bit block
|
ncp_mount.h | 29 __kernel_uid_t mounted_uid; /* Who may umount() this filesystem? */ 51 unsigned long mounted_uid; /* Who may umount() this filesystem? */
|