HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 176 - 200 of 697) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 97 def filter_all(fs, dirpath, basename):
200 def __init__(self, fs, **kwargs):
202 self._filesystem = fs
203 self._directory_path = fs._mktemp(**kwargs)
204 fs.maybe_make_directory(self._directory_path)
219 return TemporaryDirectory(fs=self, **kwargs)
292 def __init__(self, fs, path, append=False, encoding=None):
293 self.fs = fs
296 if path not in self.fs.files or not append
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.c 79 if (ctx->fs && ctx->fs->io != ctx->journal_io)
83 if (ctx->fs && ctx->fs->dblist) {
84 ext2fs_free_dblist(ctx->fs->dblist);
85 ctx->fs->dblist = 0;
ehandler.c 32 ext2_filsys fs = (ext2_filsys) channel->app_data; local
35 ctx = (e2fsck_t) fs->priv_data;
79 ext2_filsys fs = (ext2_filsys) channel->app_data; local
82 ctx = (e2fsck_t) fs->priv_data;
iscan.c 99 ext2_filsys fs; local
110 0, 0, unix_io_manager, &fs);
117 ehandler_init(fs->io);
119 retval = ext2fs_open_inode_scan(fs, inode_buffer_blocks, &scan);
scantest.c 95 ext2_filsys fs; local
107 0, 0, unix_io_manager, &fs);
114 retval = ext2fs_open_inode_scan(fs, 0, &scan);
138 ext2fs_close(fs);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 155 StatFs fs = new StatFs(CACHE_DIR); local
156 int blockSize = fs.getBlockSize();
157 int availableBlocks = fs.getAvailableBlocks();
175 while (fs.getAvailableBlocks() >= remainderSizeBlocks) {
177 fs.restat(CACHE_DIR);
190 long spaceAvailable = fs.getAvailableBlocks() * blockSize;
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 83 FileOutputStream fs = local
87 fs.write(buf);
88 fs.flush();
93 fs.write(buf);
94 fs.flush();
95 fs.close();
  /sdk/anttasks/src/com/android/ant/
DexExecTask.java 97 FileSet fs = new FileSet(); local
98 fs.setProject(getProject());
99 mFileSetInputs.add(fs);
101 return fs;
119 for (FileSet fs : mFileSetInputs) {
120 Iterator<?> iter = fs.iterator();
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
27 namespace fs { namespace in namespace:mcld::sys
86 return f.type() == mcld::sys::fs::DirectoryFile;
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
114 } // namespace of fs
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 48 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
63 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
77 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
InputFactory.cpp 25 const sys::fs::Path& pPath,
MCLDInput.cpp 23 const sys::fs::Path& pPath,
  /bionic/libc/kernel/common/linux/
msm_hw3d.h 21 #include <linux/fs.h>
pagemap.h 22 #include <linux/fs.h>
  /development/ndk/platforms/android-3/include/linux/
pagemap.h 16 #include <linux/fs.h>
  /external/e2fsprogs/resize/
resize2fs.h 125 extern errcode_t resize_fs(ext2_filsys fs, blk_t *new_size, int flags,
130 extern errcode_t adjust_fs_info(ext2_filsys fs, ext2_filsys old_fs,
133 extern blk_t calculate_minimum_resize_size(ext2_filsys fs);
148 extern errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
  /external/oprofile/module/
compat.c 30 struct dentry * root = current->fs->root;
  /external/webrtc/src/common_audio/vad/include/
webrtc_vad.h 139 * - fs : sampling frequency (Hz): 8000, 16000, or 32000
151 WebRtc_Word16 fs,
  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_generate_high_freq.h 125 Int32 fs,
  /frameworks/compile/mclinker/lib/Support/
RegionFactory.cpp 25 const sys::fs::detail::Address pVMAStart,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
pagemap.h 16 #include <linux/fs.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sound.h 6 #include <linux/fs.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sound.h 6 #include <linux/fs.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sound.h 6 #include <linux/fs.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
pagemap.h 16 #include <linux/fs.h>

Completed in 978 milliseconds

1 2 3 4 5 6 78 91011>>