HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 926 - 950 of 1607) sorted by null

<<31323334353637383940>>

  /system/core/libcutils/
fs_config.c 17 /* This file is used to define the properties of the filesystem
  /external/clang/lib/Basic/
FileManager.cpp 24 #include "llvm/Support/FileSystem.h"
48 IntrusiveRefCntPtr<vfs::FileSystem> FS)
  /external/clang/lib/Frontend/
CacheTokens.cpp 26 #include "llvm/Support/FileSystem.h"
554 vfs::FileSystem &FS) override {
FrontendAction.cpp 28 #include "llvm/Support/FileSystem.h"
225 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS =
  /external/clang/lib/Lex/
PPLexerChange.cpp 22 #include "llvm/Support/FileSystem.h"
475 vfs::FileSystem &FS = *FileMgr.getVirtualFileSystem();
  /external/clang/test/
lit.cfg 393 config.available_features.add('case-insensitive-filesystem')
395 # Tests that require the /dev/fd filesystem.
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 179 * filesystem or load it into the current process. For this example we'll load
425 * This implementation currently dumps the dex to the filesystem. It
  /external/e2fsprogs/e2fsck/
recovery.c 12 * Journal recovery routines for the generic filesystem journaling code;
384 * into the main filesystem.
revoke.c 12 * Journal revoke routines for the generic filesystem journaling code;
619 * that it can be reused by the running filesystem.
  /external/e2fsprogs/lib/ext2fs/
icount.c 740 "while initializing filesystem");
746 "while allocating tables for test filesystem");
  /external/libxml2/doc/devhelp/
libxml2-uri.html 101 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem notation</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div></div>
129 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem notation</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new URI, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div></div>
  /external/llvm/unittests/Support/
Path.cpp 13 #include "llvm/Support/FileSystem.h"
307 /// Unique temporary directory in which all created filesystem entities must
  /external/selinux/libselinux/include/selinux/
selinux.h 476 for a new filesystem. */
593 /* Check if selinuxfs exists as a kernel filesystem */
  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 53 int mkfs_time /* time of filesystem creation */;
223 * endian and vice versa. These are needed when creating or using a filesystem
xattr.c 2 * Create a squashfs filesystem. This is a highly compressed read only
3 * filesystem.
  /frameworks/base/docs/html/tools/building/
plugin-for-gradle.jd 56 dependencies from your local filesystem and from remote repositories. This prevents you
241 <dd><p>If you have binary archives in your local filesystem that a module depends on, such as
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 391 * Returns the absolute path to the directory on the filesystem similar to
418 * the filesystem designed for storing cached code. On devices running
  /libcore/luni/src/main/java/java/net/
URL.java 58 * <li><strong>file</strong>: read files from the local filesystem.
66 * filesystem</li>
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 65 __linux__ Linux: assumes /proc filesystem mounted.
67 __NetBSD__ NetBSD: assumes /kern filesystem mounted.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 336 // could be long Filesystem, thus data on third line
346 tok.nextToken(); // Ignore Filesystem
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 500 path, regardless of whether they are exist the filesystem. (This
568 For packages located in the filesystem, which have already been imported,
shutil.py 275 If the destination is on our current filesystem, then rename() is used.
284 # We might be on a case insensitive filesystem,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 500 path, regardless of whether they are exist the filesystem. (This
568 For packages located in the filesystem, which have already been imported,
shutil.py 275 If the destination is on our current filesystem, then rename() is used.
284 # We might be on a case insensitive filesystem,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 58 import org.eclipse.core.filesystem.EFS;
59 import org.eclipse.core.filesystem.IFileStore;
    [all...]

Completed in 512 milliseconds

<<31323334353637383940>>