HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 426 - 450 of 471) sorted by null

<<111213141516171819

  /ndk/sources/host-tools/sed-4.2.1/
autoboot 398 echo "$0: ln -fs $dot_dots$src $dst" &&
399 ln -fs "$dot_dots$src" "$dst"
  /system/vold/
Volume.cpp 31 #include <linux/fs.h>
404 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno));
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 61 llvm::sys::fs::make_absolute(Path);
63 if (llvm::sys::fs::exists(Path.str(), exists) || !exists)
CacheTokens.cpp 545 llvm::sys::fs::make_absolute(MainFilePath);
  /external/v8/src/mips/
macro-assembler-mips.h 533 void Cvt_d_uw(FPURegister fd, FPURegister fs);
537 void Trunc_uw_d(FPURegister fd, FPURegister fs);
    [all...]
macro-assembler-mips.cc 714 void MacroAssembler::Cvt_d_uw(FPURegister fd, FPURegister fs) {
715 // Move the data from fs to t4.
716 mfc1(t4, fs);
763 void MacroAssembler::Trunc_uw_d(FPURegister fd, FPURegister fs) {
764 Trunc_uw_d(fs, t4);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 344 /* We're in FS mode! */ \
345 /* In FS mode our window is as big as fullscreen mode, but not necessary as */ \
446 // Check for fastkeys: ALT+HOME to toggle FS mode
649 // FS mode changed, reblit image!
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 126 if (llvm::sys::fs::is_directory(Directory.str(), IsDirectory) ||
  /external/kernel-headers/original/linux/
perf_event.h 482 #include <linux/fs.h>
usb.h 19 #include <linux/fs.h> /* for struct file_operations */
    [all...]
cdrom.h 908 #include <linux/fs.h> /* not really needed, later.. */
    [all...]
fb.h 406 #include <linux/fs.h>
    [all...]
input.h 1133 #include <linux/fs.h>
    [all...]
mm.h 15 #include <linux/fs.h>
46 * we have a virtual fs - giving a cleaner interface to the
    [all...]
sched.h 11 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
133 * encoded in fs/proc/array.c: get_task_state().
880 struct fs_struct *fs; member in struct:task_struct
906 /* Protection of (de-)allocation: mm, files, fs, tty, keyrings */
989 atomic_t fs_excl; /* holding fs exclusive resources */
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 67 #undef FS
332 void init_log(FILE *fs);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 517 static int blending_codes(int fs, int fd);
  /system/extras/ext4_utils/
ext4_utils.c 33 #include <linux/fs.h>
  /external/bluetooth/glib/gio/
gunixmounts.c 265 const char *fs,
299 if (is_in (fs, ignore_fs))
619 dirp = opendir ("/dev/fs");
622 g_warning ("unable to read /dev/fs!");
635 strcpy (filename, "/dev/fs/");
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py     [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 262 regs->fs = arch->vex.guest_FS;
287 //:: regs->fs = arch->vex.guest_FS;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 36 #include <linux/fs.h>
66 * For filesystem fs, the offsets of the various blocks of interest
68 * [fs->fs_sblkno] Super-block
69 * [fs->fs_cblkno] Cylinder group block
70 * [fs->fs_iblkno] Inode blocks
71 * [fs->fs_dblkno] Data blocks
72 * The beginning of cylinder group cg in fs, is given by
73 * the ``cgbase(fs, cg)'' macro.
97 #define UFS_MAGIC_LFN 0x00095014 /* fs supports filenames > 14 chars */
100 #define UFS_MAGIC_SEC 0x00612195 /* B1 security fs */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 146 #define FS fs
208 #define FS %fs
    [all...]
  /external/blktrace/doc/
blktrace.tex 408 fs & \emph{FS} requests \\ \hline
421 file system and scsi commands. The former are dubbed \emph{fs}
    [all...]

Completed in 2615 milliseconds

<<111213141516171819