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

12 3 4 5

  /frameworks/base/core/res/res/xml/
storage_list.xml 25 android:mountPoint="/storage/sdcard"
  /system/vold/
Fat.cpp 115 int Fat::doMount(const char *fsPath, const char *mountPoint,
146 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
151 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
156 asprintf(&lost_path, "%s/LOST.DIR", mountPoint);
DirectVolume.h 86 int doMountVfat(const char *deviceNode, const char *mountPoint);
Volume.h 80 /* Mountpoint of the raw volume */
  /frameworks/base/libs/storage/
IMountService.cpp 143 int32_t mountVolume(const String16& mountPoint)
147 data.writeString16(mountPoint);
160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption)
164 data.writeString16(mountPoint);
179 int32_t formatVolume(const String16& mountPoint)
183 data.writeString16(mountPoint);
196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users)
200 data.writeString16(mountPoint);
218 int32_t getVolumeState(const String16& mountPoint)
222 data.writeString16(mountPoint);
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 148 public int mountVolume(String mountPoint) throws RemoteException {
154 _data.writeString(mountPoint);
170 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
176 _data.writeString(mountPoint);
191 public int formatVolume(String mountPoint) throws RemoteException {
197 _data.writeString(mountPoint);
229 * Gets the state of a volume via its mountpoint.
231 public String getVolumeState(String mountPoint) throws RemoteException {
237 _data.writeString(mountPoint);
    [all...]
  /device/generic/armv7-a-neon/overlay/frameworks/base/core/res/res/xml/
storage_list.xml 39 <storage android:mountPoint="/storage/sdcard0"
  /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 43 * subdirectory was a mountpoint, and ignored if they are not themselves
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 708 String mountPoint = pm.findMountPointContaining(new File("/system"));
709 assertTrue(mountPoint + " is not mounted read-only", pm.isMountReadOnly(mountPoint));
723 String mountPoint = pm.findMountPointContaining(new File("/system"));
724 assertTrue(mountPoint + " is not mounted read-only", pm.isMountReadOnly(mountPoint));
729 String mountPoint = pm.findMountPointContaining(new File("/"));
730 assertTrue("The root directory \"" + mountPoint + "\" is not mounted read-only",
731 pm.isMountReadOnly(mountPoint));
745 String mountPoint = pm.findMountPointContaining(new File("/"))
    [all...]
  /external/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...]
  /external/blktrace/doc/
btrace.8 45 Specifies the debugfs mountpoint.
  /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/tech/storage/
config-example.jd 55 android:mountPoint="/storage/sdcard0"
142 android:mountPoint="/storage/sdcard1"
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 280 Log.d(TAG, "Primary external mountpoint " + testMount);
282 // This mountpoint is not primary external storage; we must
284 Log.d(TAG, "Other mountpoint " + testMount);
  /external/chromium_org/components/storage_monitor/
image_capture_device_manager.mm 102 // TODO(gbillock): use [cameraDevice mountPoint] here when possible.
image_capture_device_manager_unittest.mm 51 - (NSString*)mountPoint {
52 return @"mountPoint";
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 155 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
  /system/extras/ext4_utils/
ext4_utils.h 159 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
  /external/linux-tools-perf/perf-3.12.0/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/chromium_org/chrome/installer/mac/
pkg-dmg 323 # If hdiutil attach -mountpoint exists, use it to avoid
339 # Using hdiutil attach -mountpoint didn't always keep images
397 # hdiutil attach does not support -mountpoint
    [all...]
  /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...]

Completed in 766 milliseconds

12 3 4 5