HomeSort by relevance Sort by last modified time
    Searched full:mountpoint (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /device/generic/mips/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 39 <storage android:mountPoint="/storage/sdcard0"
  /device/generic/x86/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 39 <storage android:mountPoint="/storage/sdcard0"
  /external/kernel-headers/original/uapi/linux/nfsd/
export.h 44 * subdirectory was a mountpoint, and ignored if they are not themselves
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/nfsd/
export.h 43 * subdirectory was a mountpoint, and ignored if they are not themselves
  /frameworks/base/core/java/android/os/storage/
IMountService.java 149 public int mountVolume(String mountPoint) throws RemoteException {
155 _data.writeString(mountPoint);
171 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
177 _data.writeString(mountPoint);
192 public int formatVolume(String mountPoint) throws RemoteException {
198 _data.writeString(mountPoint);
230 * Gets the state of a volume via its mountpoint.
232 public String getVolumeState(String mountPoint) throws RemoteException {
238 _data.writeString(mountPoint);
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 646 attribute mountpoint;
847 type default_t, file_type, mountpoint;
850 type file_t, file_type, mountpoint;
851 type home_root_t, file_type, mountpoint;
853 type mnt_t, file_type, mountpoint;
858 type root_t, file_type, mountpoint;
859 type src_t, file_type, mountpoint;
861 type tmp_t, mountpoint; #, polydir
862 type usr_t, file_type, mountpoint;
863 type var_t, file_type, mountpoint;
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 290 Log.d(TAG, "Primary external mountpoint " + path);
292 // This mountpoint is not primary external storage; we must
294 Log.d(TAG, "Other mountpoint " + path);
  /external/blktrace/doc/
btrace.8 45 Specifies the debugfs mountpoint.
  /external/toybox/www/
status.html 51 vmstat login du vconfig mountpoint chroot cut touch modinfo expand xargs
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 50 virtual String16 getVolumeState(String16 mountPoint) = 0;
  /system/extras/f2fs_utils/
f2fs_utils.c 61 const char *mountpoint, struct selabel_handle *sehnd)
  /docs/source.android.com/src/devices/storage/
config-example.jd 55 android:mountPoint="/storage/sdcard0"
142 android:mountPoint="/storage/sdcard1"
config.jd 70 <li><code>mountPoint</code>: filesystem path of this mount.</li>
  /system/extras/ext4_utils/
ext4_utils.h 159 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
  /external/linux-tools-perf/src/tools/perf/util/
util.h 81 extern void perf_debugfs_set_path(const char *mountpoint);
82 const char *perf_debugfs_mount(const char *mountpoint);
  /external/toybox/
Android.mk 103 toys/other/mountpoint.c \
279 mountpoint \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 475 (r'//conky/mountpoint/foo/bar', 'conky/mountpoint/foo/bar'),
476 (r'\\conky\mountpoint\foo\bar', 'conky/mountpoint/foo/bar'),
477 (r'///conky/mountpoint/foo/bar', 'conky/mountpoint/foo/bar'),
478 (r'\\\conky\mountpoint\foo\bar', 'conky/mountpoint/foo/bar'),
479 (r'//conky//mountpoint/foo/bar', 'conky/mountpoint/foo/bar')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 475 (r'//conky/mountpoint/foo/bar', 'conky/mountpoint/foo/bar'),
476 (r'\\conky\mountpoint\foo\bar', 'conky/mountpoint/foo/bar'),
477 (r'///conky/mountpoint/foo/bar', 'conky/mountpoint/foo/bar'),
478 (r'\\\conky\mountpoint\foo\bar', 'conky/mountpoint/foo/bar'),
479 (r'//conky//mountpoint/foo/bar', 'conky/mountpoint/foo/bar')
    [all...]
  /external/selinux/libselinux/src/
load_policy.c 378 /* check old mountpoint */
384 /* check old mountpoint */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 72 # \\machine\mountpoint\directories...
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 72 # \\machine\mountpoint\directories...
  /system/core/fs_mgr/
fs_mgr.c 293 * the mountpoint of the one given by fstab->recs[start_idx].
317 /* We required that fstab entries for the same mountpoint be consecutive */
326 ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already mounted as %s.\n", __func__,
616 /* Need to mount a tmpfs at this mountpoint for now, and set
  /system/vold/
PrivateVolume.cpp 204 // TODO: change reported mountpoint once we have better selinux support
VolumeManager.h 177 const char *fileName, const char *mountPoint, bool force);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 147 /* "<dev> <mountpoint> <fs type> ..." */
160 printf("debugfs mountpoint not found\n");

Completed in 325 milliseconds

12 3 4 5