/external/e2fsprogs/e2fsck/ |
rehash.c | 80 static int fill_dir_block(ext2_filsys fs, 97 offset = blockcnt * fs->blocksize; 98 if (offset + fs->blocksize > fd->inode->i_size) { 104 memset(dir, 0, fs->blocksize); 106 (void) ext2fs_set_rec_len(fs, fs->blocksize, dirent); 108 fd->err = ext2fs_read_dir_block(fs, *block_nr, dir); 112 hash_alg = fs->super->s_def_hash_version; 114 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH)) 118 while (dir_offset < fs->blocksize) 401 ext2_filsys fs = ctx->fs; local 704 ext2_filsys fs = ctx->fs; local [all...] |
unix.c | 106 ext2_filsys fs = ctx->fs; local 117 inodes = fs->super->s_inodes_count; 118 inodes_used = (fs->super->s_inodes_count - 119 fs->super->s_free_inodes_count); 120 blocks = fs->super->s_blocks_count; 121 blocks_used = (fs->super->s_blocks_count - 122 fs->super->s_free_blocks_count); 292 ext2_filsys fs = ctx->fs; local 950 ext2_filsys fs = 0; local [all...] |
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/ |
MCLDDirectory.h | 26 class MCLDDirectory : public sys::fs::Directory 40 void setSysroot(const sys::fs::Path& pPath);
|
MCLDFile.h | 41 * @see mcld::sys::fs::Path LDContext 60 const sys::fs::Path& pPath, 72 void setPath(const sys::fs::Path& pPath) 91 const sys::fs::Path& path() const 115 sys::fs::Path m_Path; 144 const sys::fs::Path& pPath, 156 const mcld::sys::fs::Path& pPath,
|
/frameworks/compile/mclinker/unittests/ |
DirIteratorTest.cpp | 14 using namespace mcld::sys::fs; 27 m_pDir = new mcld::sys::fs::Directory(".");
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatSymbolsTest.java | 95 DecimalFormatSymbols fs = new DecimalFormatSymbols(Locale.US); local 96 DecimalFormatSymbols fsc = (DecimalFormatSymbols) fs.clone(); 97 assertEquals(fs.getCurrency(), fsc.getCurrency()); 100 fs = new DecimalFormatSymbols(); 101 DecimalFormatSymbols fsc2 = (DecimalFormatSymbols) (fs.clone()); 103 assertTrue("Object's clone isn't equal!", fs.equals(fsc2)); 109 fs.setNaN("not-a-number"); 110 assertTrue("Object's changed clone should not be equal!", !fs.equals(fsc2));
|
/system/extras/fatblock/ |
fatblock.c | 26 #include "fs.h" 29 static struct fs fs; variable in typeref:struct:fs 33 static int fs_import(struct fs *fs, 39 ret = fs_init(fs, cluster_size, data_size, total_size_out); 43 ret = import_tree(fs, "."); 57 result = fs_read(&fs, buf, offset, length); 173 ret = fs_import(&fs, 32768, 1048576LL * mb, &total_size);
|
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...] |
/external/llvm/unittests/Support/ |
Path.cpp | 129 ASSERT_NO_ERROR(fs::make_absolute(temp_store)); 153 fs::unique_file("file-system-test-%%-%%-%%-%%/test-directory.anchor", fd, 164 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), removed)); 173 fs::unique_file("%%-%%-%%-%%.temp", FileDescriptor, TempPath)); 177 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists)); 183 ASSERT_NO_ERROR(fs::unique_file("%%-%%-%%-%%.temp", FD2, TempPath2)); 186 fs::file_status A, B; 187 ASSERT_NO_ERROR(fs::status(Twine(TempPath), A)); 188 ASSERT_NO_ERROR(fs::status(Twine(TempPath2), B)); 189 EXPECT_FALSE(fs::equivalent(A, B)) [all...] |
/external/opencv/ml/src/ |
mlnbayes.cpp | 397 void CvNormalBayesClassifier::write( CvFileStorage* fs, const char* name ) 407 cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_NBAYES ); 409 CV_CALL( cvWriteInt( fs, "var_count", var_count )); 410 CV_CALL( cvWriteInt( fs, "var_all", var_all )); 413 CV_CALL( cvWrite( fs, "var_idx", var_idx )); 414 CV_CALL( cvWrite( fs, "cls_labels", cls_labels )); 416 CV_CALL( cvStartWriteStruct( fs, "count", CV_NODE_SEQ )); 418 CV_CALL( cvWrite( fs, NULL, count[i] )); 419 CV_CALL( cvEndWriteStruct( fs )); 421 CV_CALL( cvStartWriteStruct( fs, "sum", CV_NODE_SEQ )) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
dblist_dir.c | 23 static int db_dir_proc(ext2_filsys fs, struct ext2_db_entry *db_info, 48 retval = ext2fs_get_mem(dblist->fs->blocksize, &ctx.buf); 65 static int db_dir_proc(ext2_filsys fs, struct ext2_db_entry *db_info, 75 ret = ext2fs_process_dir_block(fs, &db_info->blk,
|
/external/llvm/lib/Support/ |
Path.cpp | 155 fs::file_magic type; 156 if (fs::identify_magic(str(), type)) 158 return type == fs::file_magic::archive; 163 fs::file_magic type; 164 if (fs::identify_magic(str(), type)) 168 case fs::file_magic::macho_fixed_virtual_memory_shared_lib: 169 case fs::file_magic::macho_dynamically_linked_shared_lib: 170 case fs::file_magic::macho_dynamically_linked_shared_lib_stub: 171 case fs::file_magic::elf_shared_object: 172 case fs::file_magic::pecoff_executable: return true [all...] |
LockFileManager.cpp | 33 if (sys::fs::exists(LockFileName, Exists) || !Exists) 47 sys::fs::remove(LockFileName, Existed); 81 = sys::fs::unique_file(UniqueLockFileName.str(), 110 sys::fs::remove(UniqueLockFileName.c_str(), Existed); 117 = sys::fs::create_hard_link(UniqueLockFileName.str(), 136 sys::fs::remove(UniqueLockFileName.str(), Existed); 142 sys::fs::remove(LockFileName.str(), Existed); 162 sys::fs::remove(LockFileName.str(), Existed); 163 sys::fs::remove(UniqueLockFileName.str(), Existed); 191 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists [all...] |
/external/webrtc/src/modules/audio_processing/ns/interface/ |
noise_suppression.h | 70 * - fs : sampling frequency 78 int WebRtcNs_Init(NsHandle* NS_inst, WebRtc_UWord32 fs); 104 * - fs : sampling frequency
|
noise_suppression_x.h | 70 * - fs : sampling frequency 78 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs); 103 * - fs : sampling frequency
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryRegion.h | 45 typedef NonConstTraits<mcld::sys::fs::detail::Address>::value_type Address; 46 typedef ConstTraits<mcld::sys::fs::detail::Address>::value_type ConstAddress; 47 typedef NonConstTraits<mcld::sys::fs::detail::Offset>::value_type Offset; 48 typedef ConstTraits<mcld::sys::fs::detail::Offset>::value_type ConstOffset;
|
RegionFactory.h | 39 const sys::fs::detail::Address pVMAStart,
|
DerivedPositionDependentOptions.h | 29 sys::fs::RealPath m_Path; 32 FileOption(unsigned pPosition, Type pType, const sys::fs::Path &pPath) 37 inline const sys::fs::Path *path() const { return &m_Path; } 54 BitcodeOption(unsigned pPosition, const sys::fs::Path &pPath) 74 InputFileOption(unsigned pPosition, const sys::fs::Path &pPath)
|
Path.h | 9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost 27 namespace fs { namespace in namespace:mcld::sys 155 } // namespace of fs 165 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path, 166 mcld::sys::fs::Path, 169 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
|
/frameworks/compile/mclinker/lib/MC/ |
MCLDOptions.cpp | 30 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
|
/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/lib/Support/ |
Path.cpp | 20 using namespace mcld::sys::fs; 161 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS) 166 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS) 171 bool mcld::sys::fs::is_separator(char value) 180 bool mcld::sys::fs::exists(const Path &pPath) 187 bool mcld::sys::fs::is_directory(const Path &pPath) 194 std::ostream &mcld::sys::fs::operator<<(std::ostream& pOS, 200 std::istream &mcld::sys::fs::operator>>(std::istream& pOS, 206 llvm::raw_ostream &mcld::sys::fs::operator<<(llvm::raw_ostream &pOS,
|
/build/tools/atree/ |
Android.mk | 11 fs.cpp
|