HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 451 - 475 of 1906) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/tests/f_noroot/
expect.1 0 Filesystem did not have a UUID; generating one.
  /external/kernel-headers/original/linux/
efs_fs_i.h 36 * extent based filesystem inode as it appears on disk. The efs inode
  /external/oprofile/doc/
opgprof.1.in 42 A path to a filesystem to search for additional binaries.
  /frameworks/base/core/java/android/os/storage/
StorageEventListener.java 34 * @param path the filesystem path for the storage
  /frameworks/compile/mclinker/lib/Support/
Android.mk 8 FileSystem.cpp \
  /frameworks/compile/slang/
slang_utils.cpp 22 #include "llvm/Support/FileSystem.h"
  /hardware/ti/omap4xxx/domx/mm_osal/
Makefile 21 # install directory relative to the root filesystem
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rquota.x 12 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 4 * Function : qnx4 global filesystem definitions
romfs_fs.h 4 /* The basic structures of the romfs filesystem */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rquota.x 12 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 4 * Function : qnx4 global filesystem definitions
romfs_fs.h 4 /* The basic structures of the romfs filesystem */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rquota.x 12 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/
MANIFEST.MF 11 org.eclipse.core.filesystem,
  /system/extras/ext4_utils/
mkuserimg.sh 48 echo "Need size of filesystem"
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
package-info.java 22 * {@link de.waldheinz.fs.FileSystem} instances.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
offline_apps.html 45 Filesystem API to save data locally. </dd>
98 <a href="app_storage.html">Filesystem API</a>.
139 style-src 'self' blob: data: filesystem: 'unsafe-inline';
140 img-src 'self' blob: data: filesystem:;
141 frame-src 'self' blob: data: filesystem:;
142 font-src 'self' blob: data: filesystem:;
192 <td> Filesystem API </td>
  /external/chromium_org/content/browser/fileapi/
file_system_url_request_job_unittest.cc 43 // We always use the TEMPORARY FileSystem in this test.
44 const char kFileSystemURLPrefix[] = "filesystem:http://remote/temporary/";
74 "filesystem", &FileSystemURLRequestJobFactory);
78 net::URLRequest::Deprecated::RegisterProtocolFactory("filesystem", NULL);
298 TestRequest(GURL("filesystem:/foo/bar/baz"));
305 TestRequest(GURL("filesystem:http://remote/persistent/somefile"));
349 // Creates a new filesystem context for incognito mode.
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.h 30 // A central interface for running FileSystem API operations.
152 // In local filesystem cases the implementation may simply return
154 // while in remote filesystem case the backend may want to download the file
161 // Copies in a single file from a different filesystem.
195 // This must be called for files that belong to the same filesystem
216 // This must be called for files that belong to the same filesystem
235 // the underlying platform path to upload a file in the sandboxed filesystem
  /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...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 60 friend class Filesystem;
217 // Returns true if pathname refers to no filesystem object, every parent
285 class Filesystem {
292 static void set_default_filesystem(FilesystemInterface *filesystem) {
293 default_filesystem_ = filesystem;
297 FilesystemInterface *filesystem) {
299 default_filesystem_ = filesystem;
431 DISALLOW_IMPLICIT_CONSTRUCTORS(Filesystem);
437 old_fs_ = Filesystem::swap_default_filesystem(new_fs);
440 Filesystem::set_default_filesystem(old_fs_)
    [all...]
  /development/testrunner/test_defs/
test_walker.py 32 """Finds Android tests from filesystem."""
189 path: the filesystem path of the makefile
190 build_path: filesystem path for the directory
215 path: the filesystem path to evaluate
228 """Recursively searches filesystem upwards for a test factory.

Completed in 255 milliseconds

<<11121314151617181920>>