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

<<2122232425262728

  /external/kernel-headers/original/linux/
pagemap.h 8 #include <linux/fs.h>
relay.h 17 #include <linux/fs.h>
  /external/yaffs2/yaffs2/
devextras.h 259 #include <linux/fs.h>
yaffs_fs.c 44 #include <linux/fs.h>
315 * Lookup is used to find objects in the fs
390 /* clear is called to tell the fs to release any per-inode data it holds */
    [all...]
  /frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp 22 using namespace mcld::sys::fs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 108 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 108 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 108 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 44 uint32_t fs; member in struct:ucontext::sigcontext
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SimpleSignatureTest.java 108 Field[] fs = rClass.getFields(); local
109 for (Field f : fs) {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 274 sys::fs::exists(It->second, exists);
279 sys::fs::exists(inputResultFname, exists);
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 214 unsigned short fs; member in struct:vki_sigcontext
493 unsigned long ds,es,fs,gs; member in struct:vki_user_regs_struct
  /external/llvm/lib/Support/
PathV2.cpp 598 namespace fs {
659 if (error_code ec = fs::exists(parent, parent_exists)) return ec;
898 file_status fs;
899 if (error_code ec = status(path, fs))
902 return remove_all_r(p, fs.type(), num_removed);
906 return fs::status(Path, result);
909 } // end namespace fs
  /external/e2fsprogs/e2fsck/
profile.c 301 const char **fs; local
316 for (fs = files; !PROFILE_LAST_FILESPEC(*fs); fs++) {
317 retval = get_dirlist(*fs, &array);
331 strcmp(*fs, default_filename))
334 retval = profile_open_file(*fs, &new_file);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 322 if (llvm::sys::fs::exists(SystemFrameworkMarker.str())) {
671 llvm::sys::fs::make_absolute(Path);
673 if (llvm::sys::fs::exists(Path.str(), exists) || !exists)
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 726 fs = os.fstat(f.fileno())
727 self.send_header("Content-Length", str(fs[6]))
728 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
755 fs = os.fstat(f.fileno())
759 return self.send_string(data, ctype, mtime=fs.st_mtime)
  /external/openssl/crypto/err/
err.c 863 const char *ls,*fs,*rs; local
871 fs=ERR_func_error_string(e);
876 if (fs == NULL)
882 fs?fs:fsbuf, rs?rs:rsbuf);
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 890 FilterStats fs = bs.filterStats.get(fc); local
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 278 static cl::opt<mcld::sys::fs::Path, false, llvm::cl::parser<mcld::sys::fs::Path> >
337 static cl::list<mcld::sys::fs::Path>
609 cl::list<mcld::sys::fs::Path>::iterator obj;
610 cl::list<mcld::sys::fs::Path>::iterator objEnd = ArgInputObjectFiles.end();
  /hardware/invensense/mlsdk/mlutils/
mputest.c 1161 float fs; local
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 121 StatFs fs = new StatFs(mSDCardDirectory.getAbsolutePath()); local
122 long blocks = fs.getAvailableBlocks();
123 long blockSize = fs.getBlockSize();
179 StatFs fs = new StatFs(mSDCardDirectory.getAbsolutePath());
181 return fs.getAvailableBlocks() > 1;
  /external/clang/lib/Analysis/
UninitializedValues.cpp 374 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *fs);
414 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *fs) {
416 Stmt *element = fs->getElement();
  /external/elfutils/libcpu/
i386_disasm.c 122 prefbit (fs),
154 newpref (fs),
174 newpref (fs),
520 ADD_STRING ("fs");
  /ndk/sources/host-tools/nawk-20071023/
lib.c 115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
116 *RS, *FS, *ARGC, *FILENAME) );
188 if (strlen(*FS) >= sizeof(inputFS))
189 FATAL("field separator %.10s... is too long", *FS);
190 strcpy(inputFS, *FS); /* for subsequent field splitting */
298 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */
313 /* subtlecase : if length(FS) == 1 && length(RS > 0)
407 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */
426 pfa = makedfa(fs, 1)
    [all...]

Completed in 343 milliseconds

<<2122232425262728