/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
DirectoryFullException.java | 19 package de.waldheinz.fs.fat;
|
/external/e2fsprogs/e2fsck/ |
message.c | 61 * @C conflicts with some other fs block 116 N_("Cconflicts with some other fs @b"), 194 static void print_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino) 204 retval = ext2fs_get_pathname(fs, dir, ino, &path); 261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch, 295 if (fs->super->s_feature_ro_compat & 357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch, 377 if ((ext2fs_get_rec_len(fs, dirent, &rec_len) == 0) && 383 (void) ext2fs_get_rec_len(fs, dirent, &rec_len); 399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch 521 ext2_filsys fs = ctx->fs; local [all...] |
pass1b.c | 85 static int process_pass1b_block(ext2_filsys fs, blk_t *blocknr, 211 ext2_filsys fs = ctx->fs; local 219 pctx.errcode = ext2fs_allocate_inode_bitmap(fs, 232 init_resource_track(&rtrack, ctx->fs->io); 234 print_resource_track(ctx, "Pass 1b", &rtrack, ctx->fs->io); 236 init_resource_track(&rtrack, ctx->fs->io); 238 print_resource_track(ctx, "Pass 1c", &rtrack, ctx->fs->io); 240 init_resource_track(&rtrack, ctx->fs->io); 242 print_resource_track(ctx, "Pass 1d", &rtrack, ctx->fs->io) 266 ext2_filsys fs = ctx->fs; local 407 ext2_filsys fs = ctx->fs; local 429 ext2_filsys fs = ctx->fs; local 594 ext2_filsys fs = ctx->fs; local 723 ext2_filsys fs = ctx->fs; local 815 ext2_filsys fs = ctx->fs; local [all...] |
/frameworks/compile/mclinker/include/mcld/MC/ |
MCLDInput.h | 54 const sys::fs::Path& pPath, 59 const sys::fs::Path& pPath, 72 const sys::fs::Path& path() const 75 void setPath(const sys::fs::Path& pPath) 128 sys::fs::Path m_Path;
|
/system/core/libpixelflinger/codeflinger/ |
blending.cpp | 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local 74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) 75 fs = GGL_ONE; 76 const int blending = blending_codes(fs, fd); 101 (fs==GGL_DST_COLOR && fd==GGL_ONE_MINUS_DST_COLOR) || 102 (fs==GGL_SRC_COLOR && fd==GGL_ONE_MINUS_SRC_COLOR) || 103 (fs==GGL_DST_ALPHA && fd==GGL_ONE_MINUS_DST_ALPHA) || 104 (fs==GGL_SRC_ALPHA && fd==GGL_ONE_MINUS_SRC_ALPHA); 107 (fs==GGL_ONE_MINUS_DST_COLOR && fd==GGL_DST_COLOR) || 108 (fs==GGL_ONE_MINUS_SRC_COLOR && fd==GGL_SRC_COLOR) || [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
Path.h | 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost 28 namespace fs { namespace in namespace:mcld::sys 159 } // namespace of fs 169 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path, 170 mcld::sys::fs::Path, 173 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
|
MemoryAreaFactory.h | 49 MemoryArea* produce(const sys::fs::Path& pPath, 53 MemoryArea* produce(const sys::fs::Path& pPath,
|
/system/extras/fatblock/ |
import.c | 29 #include "fs.h" 95 static int import_file(struct fs *fs, char *path, struct imported *out) 131 ret = fs_alloc_extent(fs, &f->extent, 193 static int import_dir(struct fs *fs, char *path, int is_root, 267 import_file(fs, ch_path, &item->imp); 271 import_dir(fs, ch_path, 0, &item->imp); 295 ret = fs_alloc_extent(fs, &d->extent, d->size, EXTENT_TYPE_DIR, &out->first_cluster); 352 int import_tree(struct fs *fs, char *path [all...] |
/build/tools/atree/ |
Android.mk | 11 fs.cpp
|
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.h | 127 INT FDKsbrEnc_getSbrStartFreqRAW (INT startFreq, INT QMFbands, INT fs ); 128 INT FDKsbrEnc_getSbrStopFreqRAW (INT stopFreq, INT QMFbands, INT fs);
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 32 namespace fs = boost::filesystem; 33 fs::path p;
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fsP.h | 37 ext2_filsys fs; member in struct:ext2_struct_dblist 81 extern int ext2fs_process_dir_block(ext2_filsys fs,
|
unlink.c | 70 errcode_t ext2fs_unlink(ext2_filsys fs, ext2_ino_t dir, 77 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS); 82 if (!(fs->flags & EXT2_FLAG_RW)) 92 retval = ext2fs_dir_iterate(fs, dir, DIRENT_FLAG_INCLUDE_EMPTY,
|
/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 83 FileOutputBuffer(llvm::sys::fs::mapped_file_region *R, 86 OwningPtr<llvm::sys::fs::mapped_file_region> Region;
|
FileUtilities.h | 55 sys::fs::remove(Filename.str(), existed); 66 sys::fs::remove(Filename.str(), existed);
|
/external/webrtc/src/modules/audio_processing/ns/ |
noise_suppression.c | 52 int WebRtcNs_Init(NsHandle* NS_inst, WebRtc_UWord32 fs) { 53 return WebRtcNs_InitCore((NSinst_t*) NS_inst, fs);
|
noise_suppression_x.c | 51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) { 52 return WebRtcNsx_InitCore((NsxInst_t*)nsxInst, fs);
|
/frameworks/compile/mclinker/lib/MC/ |
SearchDirs.cpp | 34 SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) 71 bool SearchDirs::insert(const sys::fs::Path& pPath) 76 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) 93 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) { 119 const mcld::sys::fs::Path* 137 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 150 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
|
/bionic/libc/kernel/common/linux/ |
highmem.h | 21 #include <linux/fs.h>
|
/development/ndk/platforms/android-3/include/linux/ |
highmem.h | 15 #include <linux/fs.h>
|
/external/clang/test/CodeGen/ |
ppc64-struct-onefloat.c | 6 typedef struct s4 { Sf fs; } SSf; member in struct:s4
|
/external/webrtc/src/common_audio/vad/ |
webrtc_vad.c | 135 WebRtc_Word16 fs, 158 if (fs == 32000) 166 } else if (fs == 16000) 174 } else if (fs == 8000)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
highmem.h | 15 #include <linux/fs.h>
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
highmem.h | 15 #include <linux/fs.h>
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
highmem.h | 15 #include <linux/fs.h>
|