/external/e2fsprogs/lib/ext2fs/ |
icount.c | 94 static errcode_t alloc_icount(ext2_filsys fs, int flags, ext2_icount_t *ret) 106 retval = ext2fs_allocate_inode_bitmap(fs, 0, &icount->single); 111 retval = ext2fs_allocate_inode_bitmap(fs, 0, 119 icount->num_inodes = fs->super->s_inodes_count; 176 errcode_t ext2fs_create_icount_tdb(ext2_filsys fs, char *tdb_dir, 184 retval = alloc_icount(fs, flags, &icount); 191 uuid_unparse(fs->super->s_uuid, uuid); 212 errcode_t ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size, 226 retval = alloc_icount(fs, flags, &icount); 238 retval = ext2fs_get_num_dirs(fs, &icount->size) [all...] |
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 39 llvm::sys::fs::remove(infoFile, existed); 57 llvm::sys::fs::exists(infoFile, fileExists); 109 if (fs::create_directory(outputDir, existed) != llvm::errc::success) 124 fs::make_absolute(origPath); 130 fs::make_absolute(newPath); 139 if (fs::unique_file(tempPath.str(), fd, tempPath) != llvm::errc::success) 165 if (fs::copy_file(newFE->getName(), origFE->getName(), 166 fs::copy_option::overwrite_if_exists) != llvm::errc::success) 172 fs::exists(origFE->getName(), fileExists);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
NamespaceMappings.java | 459 Stack fs = (Stack) m_namespaces.get(prefix); local 460 return fs; 469 Stack fs = new Stack(); local 470 m_namespaces.put(prefix, fs); 471 return fs;
|
/external/icu4c/test/iotest/ |
stream.cpp | 267 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc); 279 fs << "EXAMPLE"; 280 fs.seekg(0); 283 if (!(fs >> dest)) { 296 fs.close();
|
/external/llvm/include/llvm/Support/ |
PathV1.h | 333 LLVM_PATH_DEPRECATED_MSG(fs::has_magic)); 384 LLVM_PATH_DEPRECATED_MSG(fs::exists)); 391 LLVM_PATH_DEPRECATED_MSG(fs::is_directory)); 398 LLVM_PATH_DEPRECATED_MSG(fs::is_symlink)); 504 LLVM_PATH_DEPRECATED_MSG(fs::make_absolute)); [all...] |
/sdk/anttasks/src/com/android/ant/ |
MultiFilesTask.java | 162 FileSet fs = new FileSet(); local 163 fs.setProject(taskProject); 164 fs.setDir(new File(sourceFolder)); 165 NameEntry include = fs.createInclude(); 169 Iterator<?> iter = fs.iterator();
|
/external/fsck_msdos/ |
fat.c | 74 checkdirty(int fs, struct bootblock *boot) 92 if (lseek(fs, off, SEEK_SET) != off) { 97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) { 169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) 185 if (lseek(fs, off, SEEK_SET) != off) { 190 if (read(fs, *buffer, boot->FATsecs * boot->BytesPerSec) 207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) 216 if (!_readfat(fs, boot, no, &buffer)) 553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) 603 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0 [all...] |
/external/elfutils/libasm/ |
Makefile.am | 60 ln -fs $@ $@.$(VERSION) 74 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION) 75 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
|
/external/elfutils/libdw/ |
Makefile.am | 72 ln -fs $@ $@.$(VERSION) 86 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION) 87 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
|