HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 201 - 225 of 1079) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/fileapi/
DOMFileSystemSync.cpp 54 PassRefPtr<DOMFileSystemSync> DOMFileSystemSync::create(DOMFileSystemBase* fileSystem)
56 return adoptRef(new DOMFileSystemSync(fileSystem->m_context, fileSystem->m_name, fileSystem->m_asyncFileSystem.release()));
FileSystemCallback.idl 36 boolean handleEvent(in DOMFileSystem fileSystem);
  /external/webkit/Source/WebCore/platform/gtk/
KURLGtk.cpp 22 #include "FileSystem.h"
SharedBufferGtk.cpp 22 #include "FileSystem.h"
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 42 # FIXME: This is used to record if we've already hit the filesystem to look
46 # hit the filesystem at all and provide a reliable value.
64 def __init__(self, executive, filesystem):
66 self._filesystem = filesystem
http_lock.py 40 from webkitpy.common.system.filesystem import FileSystem
65 FileSystem().remove(self._process_lock_file_name)
97 FileSystem().remove(lock_list[0])
mock_drt.py 41 from webkitpy.common.system import filesystem namespace
177 def __init__(self, options, args, filesystem, stdin, stdout, stderr):
180 self._filesystem = filesystem
188 self._port = factory.get(port_name, options=options, filesystem=filesystem)
288 fs = filesystem.FileSystem()
  /frameworks/base/core/java/android/os/storage/
StorageEventListener.java 34 * @param path the filesystem path for the storage
  /hardware/ti/omap4xxx/domx/mm_osal/
Makefile 21 # install directory relative to the root filesystem
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
qnx4_fs.h 4 * Function : qnx4 global filesystem definitions
romfs_fs.h 4 /* The basic structures of the romfs filesystem */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rquota.x 12 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
  /system/core/toolbox/
df.c 44 printf("Filesystem Size Used Free Blksize\n");
  /external/collada/src/dae/
daeZAEUncompressHandler.cpp 43 if (boost::filesystem::create_directories(mTmpDir))
66 boost::filesystem::remove_all(this->getTmpDir());
195 if (!boost::filesystem::create_directories(destDir + currentFileName))
270 boost::filesystem::path archivePath(filePath);
275 if (boost::filesystem::create_directory(tmpDir))
293 if (boost::filesystem::remove(archivePath))
295 boost::filesystem::rename(tmpDir, archivePath);
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 60 friend class Filesystem;
215 // Returns true if pathname refers to no filesystem object, every parent
283 class Filesystem {
290 static void set_default_filesystem(FilesystemInterface *filesystem) {
291 default_filesystem_.reset(filesystem);
295 FilesystemInterface *filesystem) {
297 default_filesystem_.reset(filesystem);
429 DISALLOW_IMPLICIT_CONSTRUCTORS(Filesystem);
435 old_fs_ = Filesystem::swap_default_filesystem(new_fs);
438 Filesystem::set_default_filesystem(old_fs_)
    [all...]
  /development/testrunner/test_defs/
test_walker.py 32 """Finds Android tests from filesystem."""
186 path: the filesystem path of the makefile
187 build_path: filesystem path for the directory
212 path: the filesystem path to evaluate
225 """Recursively searches filesystem upwards for a test factory.
  /external/e2fsprogs/misc/
chattr.1.in 93 filesystem blocksize instead of in units of sectors, and means that the file
105 journal before being written to the file itself, if the filesystem is
107 filesystem is mounted with the "data=journal" option all file data
133 which read the filesystem directly, and which don't understand tail-merged
165 The `j' option is only useful if the filesystem is mounted as ext3.
util.c 236 "1024 and 10240000 filesystem blocks.\n\n"), stderr);
249 * in the filesystem. For very small filesystems, it is not reasonable to
250 * have a journal that fills more than half of the filesystem.
273 fputs(_("\nJournal size too big for filesystem.\n"),
283 printf(_("This filesystem will be automatically "
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 100 final String mediaSourceValueFileSystem = "filesystem";
104 // According to the spec, media source can be 'filesystem' or 'camera' or 'camcorder'
139 // Specified 'image/*' and requested the filesystem, so go ahead and launch an
158 // Specified 'video/*' and requested the filesystem, so go ahead and launch an
177 // Specified 'audio/*' and requested filesystem, so go ahead and launch an
  /external/e2fsprogs/po/
id.po 265 msgstr "Ckonflik dengan beberapa filesystem lain @b"
754 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
755 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
778 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
814 #. @-expanded: filesystem did not have a UUID; generating one.\n
867 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
882 #. @-expanded: External journal does not support this filesystem\n
887 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
927 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 56 char Ext2Descriptors [200]="ext2.descriptors"; /* The location of the ext2 filesystem object definition */
61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
65 unsigned long DefaultBlocksInGroup=8192; /* The default values are used when an ext2 filesystem is not */
70 char device_name [80]; /* The location of the filesystem */
72 long device_offset; /* The current position in the filesystem */
75 int mounted=0; /* This is set when we find that the filesystem is mounted */
80 struct struct_file_system_info file_system_info; /* Essential information on the filesystem */
342 * filesystem, accessed through ext2_commands.
381 /* 2. Now search for ext2 filesystem general commands */
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 2 * mkjournal.c --- make a journal for a filesystem
309 * the filesystem. Pick a group that has the largest number
373 * in the filesystem. For very small filesystems, it is not reasonable to
374 * have a journal that fills more than half of the filesystem.
392 * This function adds a journal device to a filesystem
425 /* Check and see if this filesystem has already been added */
452 * This function adds a journal inode to a filesystem, using either
453 * POSIX routines if the filesystem is mounted, or using direct I/O
559 fprintf(stderr, "Usage: %s filesystem\n", argv[0]);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 98 /** How often should database and filesystem be cleaned up to remove spurious files
178 * finds space in the given filesystem (input param: root) to accommodate # of bytes
197 /* filesystem's available space is below threshold for low space warning.
211 * few MB of space left on the filesystem.
218 "space in the filesystem rooted at: " + root +
240 "not enough free space in the filesystem rooted at: " + root +
271 Log.i(Constants.TAG, "available space (in bytes) in filesystem rooted at: " +
290 // already exists at the root level, or the SD card filesystem is read-only.
358 * filesystem (due to sudden death of the process, for example).
  /external/bluetooth/glib/gio/
gfileinfo.h 134 * UTF8). This is useful if you want to copy the file to another filesystem that
136 * encoding selected for the filesystem it is in then the copy name will not be set.
267 * and target are on the same filesystem (default to move) or not (default
270 #define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem" /* string */
643 * A key in the "filesystem" namespace for getting the total size (in bytes) of the file system,
647 #define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size" /* uint64 */
652 * A key in the "filesystem" namespace for getting the number of bytes of free space left on the
656 #define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free" /* uint64 */
661 * A key in the "filesystem" namespace for getting the file system's type.
664 #define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type" /* string *
    [all...]
  /external/e2fsprogs/e2fsck/
problem.h 71 /* Filesystem size is wrong */
83 /* Adding UUID to filesystem */
92 /* Error determing physical device size of filesystem */
134 /* Filesystem revision is 0, but feature flags are set */
218 /* The test_fs filesystem flag is set and ext4 is available */
373 /* Imagic flag set on an inode when filesystem doesn't support it */
379 /* Compression flag set on a non-compressed filesystem */
385 /* Filesystem revision is 0, but feature flags are set */
445 /* INDEX_FL flag set on a non-HTREE filesystem */
463 /* Bad block has indirect block that conflicts with filesystem block *
    [all...]

Completed in 4024 milliseconds

1 2 3 4 5 6 7 891011>>