HomeSort by relevance Sort by last modified time
    Searched refs:mount (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /external/linux-tools-perf/util/
debugfs.c 113 /* mount the debugfs somewhere if it's not mounted */
134 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0)
159 /* make sure it's a valid mount point */
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 51 // Used to house an instance of each found mount device.
79 // The path to the mount point of this device. Will be empty if not mounted.
169 // A struct to store information about mount point.
175 // Type of mount.
177 // Condition of mount.
181 const std::string& mount,
185 mount_path(mount),
201 // Implement this interface to be notified about disk/mount related events.
206 // Called when disk mount status is changed.
211 // Called after a mount point has been mounted or unmounted
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.cc 16 #include "nacl_io/mount.h"
260 MountNodeHtml5Fs::MountNodeHtml5Fs(Mount* mount, PP_Resource fileref_resource)
261 : MountNode(mount),
266 Error error = MountNode::Init(Mount::OpenModeToPermission(perm));
mount_node_tty.cc 15 #include "nacl_io/mount.h"
29 MountNodeTty::MountNodeTty(Mount* mount) : MountNodeCharDevice(mount),
kernel_proxy.h 25 // proxy will result in IO access to the provided Mount and MountNode objects.
45 // |ppapi| may be NULL. If so, no mount that uses pepper calls can be mounted.
57 // Path related System calls handled by KernelProxy (not mount-specific)
61 virtual int mount(const char *source,
76 // find the node, the kernel proxy calls the corresponding mount's GetNode()
85 // The kernel proxy will determine to which mount the file
87 // associated mount's function will be called.
99 // lseek() relies on the mount's Stat() to determine whether or not the
103 // remove() uses the mount's GetNode() and Stat() to determine whether or
104 // not the path corresponds to a directory or a file. The mount's Rmdir(
    [all...]
  /external/grub/util/
grub-image 89 # Attempt to mount the image.
109 mount /dev/loop$i $bootdir
grub-image.in 89 # Attempt to mount the image.
109 mount /dev/loop$i $bootdir
  /system/core/toolbox/
Android.mk 6 mount \
mount.c 2 * mount.c, by rmk
5 #include <sys/mount.h>
36 * These options define the function of "mount(2)".
206 if (mount(dev, dir, s, rwflag, data) == -1) {
217 * mount readwrite and this isn't a remount,
231 perror("mount");
311 // mount with no arguments is equivalent to "cat /proc/mounts"
  /system/core/fs_mgr/
fs_mgr.c 23 #include <sys/mount.h>
378 ERROR("Error parsing mount source\n");
473 * First try to mount and unmount the filesystem. We do this because
481 * check. Otherwise, it does nothing. If the kernel cannot mount the
485 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
536 * __mount(): wrapper around the mount() system call which also
537 * sets the underlying block device to read-only if the mount is read-only.
538 * See "man 2 mount" for return values.
544 int ret = mount(source, target, filesystemtype, mountflags, data);
585 /* Don't mount entries that are managed by vold *
    [all...]
  /frameworks/base/services/java/com/android/server/power/
ShutdownThread.java 349 final IMountService mount = IMountService.Stub.asInterface( local
350 ServiceManager.checkService("mount"));
351 if (mount != null) {
352 mount.shutdown(observer);
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 220 echo -e "+++ Mount the debugfs on /sys/kernel/debug"
229 mount -t debugfs none /sys/kernel/debug/
408 mount -t debugfs none /sys/kernel/debug/
505 mount -t debugfs none /sys/kernel/debug/
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 34 * provides two buttons: one to mount an OBB and another to unmount an OBB. The
57 ((Button) findViewById(R.id.mount)).setOnClickListener(mMountListener);
132 // Since our OBB mount is tied to the StorageManager, retain it
  /frameworks/base/tools/obbtool/
mkobb.sh 20 # Directory where we should temporarily mount the OBB loopback to copy files
34 MOUNTBIN=`which mount`
246 # Make the temporary mount point and mount it
  /frameworks/native/cmds/installd/
installd.h 44 #include <sys/mount.h>
  /ndk/build/core/
build-all.mk 99 # 'mount' command to a special Awk script.
102 GEN_CYGWIN_DEPS_CONVERTER := mount | tr '\\' '/' | awk -f $(BUILD_AWK)/gen-cygwin-deps-converter.awk
  /system/core/init/
builtins.c 30 #include <sys/mount.h>
361 /* mount <type> <device> <path> <flags ...> <options> */
402 if (mount(tmp, target, system, flags, options) < 0) {
430 if (mount(tmp, target, system, flags, options) < 0) {
450 if (mount(source, target, system, flags, options) < 0) {
475 * Call fs_mgr_mount_all() to mount all filesystems. We fork(2) and
init.c 25 #include <sys/mount.h>
991 mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755");
994 mount("devpts", "/dev/pts", "devpts", 0, NULL);
995 mount("proc", "/proc", "proc", 0, NULL);
996 mount("sysfs", "/sys", "sysfs", 0, NULL);
  /bootable/diskinstaller/
installer.c 28 #include <sys/mount.h>
155 /* set the mount count to 1 so that 1st mount on boot doesn't complain */
417 * and then mount it onto /data */
425 if (mount(inst_data_dev, inst_data_dir, data_fstype, MS_RDONLY, NULL)) {
426 ALOGE("Could not mount %s on %s as %s", inst_data_dev, inst_data_dir,
  /external/chromium/build/
install-chroot.sh 203 sed '/^FSTAB=/s,/mount-defaults",/mount-'"${target}"'",' \
206 sudo cp /etc/schroot/mount-defaults /etc/schroot/mount-"${target}"
208 sudo sh -c 'cat >>/etc/schroot/mount-'"${target}"
  /external/chromium_org/build/
install-chroot.sh 104 -r "/etc/schroot/mount-${i}" ] || continue
225 "/etc/schroot/mount-${target}" \
260 # Check for non-standard file system mount points and ask the user whether
262 # We limit to the first 26 mount points that much some basic heuristics,
264 # and b) if we find more than 26 mount points, then these are probably
279 echo "You appear to have non-standard mount points that you"
295 printf "Select mount points that you want to be included or press %s" \
372 # Set up a list of mount points that is specific to this
374 sed '/^FSTAB=/s,"[^"]*","/etc/schroot/mount-'"${target}"'",' \
378 /etc/schroot/mount-defaults
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 23 #include <sys/mount.h> // for _IOW, _IOR, mount()
202 rv = mount(devname, mount_point, filesystem, flags, NULL);
205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0);
207 printf("Failed to mount %s on %s: %s\n",
210 printf("Mount %s on %s read-only\n", devname, mount_point);
  /external/libselinux/src/
android.c 12 #include <sys/mount.h>
882 rc = mount(SELINUXFS, mnt, SELINUXFS, 0, NULL);
897 rc = mount(SELINUXFS, mnt, SELINUXFS, 0, NULL);
901 selinux_log(SELINUX_ERROR,"SELinux: Could not mount selinuxfs: %s\n",
  /external/chromium_org/third_party/openssl/openssl/crypto/
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/chromium_org/third_party/openssl/openssl/include/openssl/
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,

Completed in 859 milliseconds

1 2 3 45 6 7 8 910