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

<<11121314151617181920>>

  /external/qemu/target-mips/
translate.c     [all...]
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 57 void MemoryArea::map(const sys::fs::Path& pPath, int pFlags)
81 void MemoryArea::map(const sys::fs::Path& pPath, int pFlags, int pMode)
238 sys::fs::detail::strerror(errno) +
256 sys::fs::detail::strerror(errno) +
352 ssize_t MemoryArea::readToBuffer(sys::fs::detail::Address pBuf,
357 ssize_t read_bytes = sys::fs::detail::pread(m_FileDescriptor, pBuf,
408 ssize_t write_bytes = sys::fs::detail::pwrite(m_FileDescriptor,
Directory.cpp 13 using namespace mcld::sys::fs;
52 mcld::sys::fs::detail::open_dir(*this);
62 mcld::sys::fs::detail::open_dir(*this);
  /external/opencv/ml/include/
ml.h 538 virtual void write_params( CvFileStorage* fs );
539 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
761 virtual void write_params( CvFileStorage* fs );
762 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
850 virtual void read( CvFileStorage* fs, CvFileNode* node );
851 virtual void write( CvFileStorage* fs, const char* name );
854 virtual void read( CvFileStorage* fs, CvFileNode* node,
856 virtual void write( CvFileStorage* fs );
888 virtual void write_node( CvFileStorage* fs, CvDTreeNode* node );
889 virtual void write_split( CvFileStorage* fs, CvDTreeSplit* split )
    [all...]
  /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 40 llvm::sys::fs::remove(infoFile, existed);
64 llvm::sys::fs::exists(infoFile, fileExists);
115 if (fs::create_directory(outputDir, existed) != llvm::errc::success)
137 fs::make_absolute(origPath);
143 fs::make_absolute(newPath);
152 if (fs::unique_file(tempPath.str(), fd, tempPath) != llvm::errc::success)
178 if (fs::copy_file(newFE->getName(), origFE->getName(),
179 fs::copy_option::overwrite_if_exists) != llvm::errc::success)
185 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 319 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
370 LLVM_PATH_DEPRECATED_MSG(fs::exists));
377 LLVM_PATH_DEPRECATED_MSG(fs::is_directory));
384 LLVM_PATH_DEPRECATED_MSG(fs::is_symlink));
490 LLVM_PATH_DEPRECATED_MSG(fs::make_absolute));
    [all...]
  /sdk/anttasks/src/com/android/ant/
MultiFilesTask.java 163 FileSet fs = new FileSet(); local
164 fs.setProject(taskProject);
165 fs.setDir(new File(sourceFolder));
166 NameEntry include = fs.createInclude();
170 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 80 ln -fs $@ $@.$(VERSION)
94 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
95 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 225 CtField[] fs = clazz.getDeclaredFields(); local
226 for (int i = 0; i < fs.length; ++i) {
227 CtField f = fs[i];
357 CtField[] fs = clazz.getDeclaredFields(); local
358 for (int i = 0; i < fs.length; ++i) {
359 CtField f = fs[i];
  /external/kernel-headers/original/asm-x86/
percpu_32.h 20 movl %fs:per_cpu__##this_cpu_off, reg; \
22 #define PER_CPU_VAR(var) %fs:per_cpu__##var
89 /* fs segment starts at (positive) offset == __per_cpu_offset[cpu] */
90 #define __percpu_seg "%%fs:"
  /external/valgrind/main/auxprogs/
gen-mdg 190 my @fs = <*>;
191 foreach my $f (@fs) {
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 24 WebRtc_UWord32 fs; member in struct:NsxInst_t_
116 * - fs : Sampling frequency
124 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs);
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 13 using namespace mcld::sys::fs;
92 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot)
  /external/opencv/ml/src/
mlboost.cpp 773 void CvBoostTree::read( CvFileStorage* fs, CvFileNode* fnode, CvBoost* _ensemble, CvDTreeTrainData* _data )
775 CvDTree::read( fs, fnode, _data );
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
user32.h 56 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
user_32.h 57 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
vm86.h 85 unsigned short fs, __fsh; member in struct:vm86_regs
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 21 #include <linux/fs.h>
  /bionic/libc/kernel/common/linux/
proc_fs.h 22 #include <linux/fs.h>
relay.h 26 #include <linux/fs.h>
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 15 #include <linux/fs.h>

Completed in 339 milliseconds

<<11121314151617181920>>