Searched refs:mount (Results 1 – 25 of 105) sorted by relevance
12345
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | webserver.rb | 131 s.mount("/", IEForm) 132 s.mount("/favicon.ico", NoPage) 133 s.mount("/media/bug.png", IELogo) 134 s.mount("/iexploder.cgi", IEServlet) 135 s.mount("/last_page.cgi", LastPage)
|
/external/quake/quake/src/WinQuake/docs/ |
D | INSTALL.Q2Mission | 7 Mount the Quake2 Mission Pack CD as one would usually mount a CDROM, this can 10 mount /dev/cdrom /mnt 16 # mount /dev/cdrom /mnt
|
D | INSTALL.Quake | 19 Mount the Quake CD as one would usually mount a CDROM, this can be 22 mount /dev/cdrom /mnt 28 # mount /dev/cdrom /mnt
|
D | INSTALL | 19 Mount the Quake CD as one would usually mount a CDROM, this can be 22 mount /dev/cdrom /mnt 28 # mount /dev/cdrom /mnt
|
D | INSTALL.Quake2 | 23 Mount the Quake2 CD as one would usually mount a CDROM, this can be 26 mount /dev/cdrom /mnt 32 # mount /dev/cdrom /mnt
|
/external/e2fsprogs/tests/ |
D | filter_dumpe2fs | 6 /^Last mount time:/d 10 /^Maximum mount count:/d
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | webserver.rb | 71 s.mount("/iexploder.cgi", IEServlet) 72 s.mount("/", IEForm)
|
/external/genext2fs/ |
D | test-mount.sh | 41 mount -t ext2 -o ro,loop ext2.img mnt || fail 61 mount -t ext2 -o ro,loop ext2.img mnt || fail
|
D | Makefile.am | 4 EXTRA_DIST = $(man_MANS) test-gen.lib test-mount.sh test.sh device_table.txt m4/ac_func_scanf_can_m…
|
D | README | 2 It does not require you to mount the image file to copy files on it,
|
D | configure.in | 40 chmod a+x $ac_top_srcdir/test-mount.sh $ac_top_srcdir/test.sh
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 97 %struct.mntlist = type <{ %struct.mount*, %struct.mount** }> 98 …%struct.mount = type <{ %struct.mtx, i32, i8, i8, i8, i8, %struct.mntlist, %struct.vfsops*, %struc… 149 …mount*)*, i32 (%struct.mntarg*, i8*, i32)*, i32 (%struct.mount*, i32)*, i32 (%struct.mount*, i32, … 161 …%struct.vnode = type <{ i32, i8, i8, i8, i8, i8*, %struct.vop_vector*, i8*, %struct.mount*, %struc… 176 …%struct.vop_getwritemount_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.mount**… 210 define i32 @vlrureclaim(%struct.mount* %mp) nounwind {
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | cros_library.cc | 65 DEFINE_GET_LIBRARY_METHOD(Mount, mount); 122 DEFINE_SET_LIBRARY_METHOD(Mount, mount);
|
/external/sepolicy/ |
D | init.te | 8 allow init unlabeled:filesystem mount;
|
/external/yaffs2/yaffs2/ |
D | Kconfig | 79 required. This saves mount time, but makes the first look-up 138 bool "Erase device if erase is passed as the mount option" 142 If this config is set, then passing erase as the mount option
|
/external/chromium/build/ |
D | install-chroot.sh | 206 sudo cp /etc/schroot/mount-defaults /etc/schroot/mount-"${target}"
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.PS3 | 9 - Mount the image: mount -o loop CellSDK-Devel-Fedora_3.1.0.0.0.iso /tmp/cellsdk
|
/external/grub/util/ |
D | grub-image.in | 109 mount /dev/loop$i $bootdir
|
D | grub-image | 109 mount /dev/loop$i $bootdir
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.stderr.exp | 207 (21): old mount 430 Syscall param mount(type) contains uninitialised byte(s) 433 Syscall param mount(dir) contains uninitialised byte(s) 436 Syscall param mount(flags) contains uninitialised byte(s) 439 Syscall param mount(data) contains uninitialised byte(s) 442 Syscall param mount(type) points to unaddressable byte(s) 446 Syscall param mount(dir) points to unaddressable byte(s)
|
/external/linux-tools-perf/util/ |
D | debugfs.c | 134 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0) in debugfs_mount()
|
/external/e2fsprogs/tests/m_large_file/ |
D | expect.1 | 32 Default mount options: (none)
|
/external/openssl/include/openssl/ |
D | crypto.h | 423 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, 425 int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
|
/external/openssl/crypto/ |
D | crypto.h | 423 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, 425 int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 34 Default mount options: (none)
|
12345