/external/selinux/libselinux/man/man3/ |
init_selinuxmnt.3 | 16 to the selinuxfs mountpoint. 21 that stores the selinuxfs mountpoint. 24 changes the selinuxfs mountpoint to
|
/external/linux-tools-perf/src/tools/lib/lk/ |
debugfs.c | 62 /* verify that a mountpoint is actually a debugfs instance */ 77 char *debugfs_mount(const char *mountpoint) 87 if (mountpoint == NULL) { 89 mountpoint = getenv(PERF_DEBUGFS_ENVIRONMENT); 91 if (mountpoint == NULL) 92 mountpoint = "/sys/kernel/debug"; 95 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0) 98 /* save the mountpoint */ 100 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint));
|
debugfs.h | 25 char *debugfs_mount(const char *mountpoint);
|
/external/toybox/toys/other/ |
mountpoint.c | 0 /* mountpoint.c - Check if a directory is a mountpoint. 5 USE_MOUNTPOINT(NEWTOY(mountpoint, "<1qdx[-dx]", TOYFLAG_BIN)) 7 config MOUNTPOINT 8 bool "mountpoint" 11 usage: mountpoint [-q] [-d] directory 12 mountpoint [-q] [-x] device 14 -q Be quiet, return zero if directory is a mountpoint 47 // TODO: Ignore the fact a file can be a mountpoint for --bind mounts. 62 printf("%s is %sa mountpoint\n", *toys.optargs, toys.exitval ? "not " : "") [all...] |
fsfreeze.c | 12 usage: fsfreeze {-f | -u} MOUNTPOINT
|
/system/vold/ |
Process.cpp | 52 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) { 53 int length = strlen(mountPoint); 54 if (length > 1 && strncmp(path, mountPoint, length) == 0) { 55 // we need to do extra checking if mountPoint does not end in a '/' 56 if (mountPoint[length - 1] == '/') 58 // if mountPoint does not have a trailing slash, we need to make sure 79 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint) { 80 return checkFileDescriptorSymLinks(pid, mountPoint, NULL, 0); 83 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max) { 110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) { [all...] |
Process.h | 29 static int checkFileDescriptorSymLinks(int pid, const char *mountPoint); 30 static int checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max); 34 static int pathMatchesMountPoint(const char *path, const char *mountPoint);
|
VolumeManager.cpp | 886 char mountPoint[255]; 888 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); 889 if ((written < 0) || (size_t(written) >= sizeof(mountPoint))) { 890 SLOGE("ASEC fs format failed: couldn't construct mountPoint"); 900 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint); 915 if (mkdir(mountPoint, 0000)) { 917 SLOGE("Mountpoint creation failed (%s)", strerror(errno)); 929 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint, 932 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint, [all...] |
/system/extras/ext4_utils/ |
make_ext4fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd); 29 const char *mountpoint, struct selabel_handle *sehnd);
|
make_ext4fs_main.c | 57 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ] [ -u ]\n"); 69 char *mountpoint = NULL; local 115 mountpoint = optarg; 177 if (!sehnd && mountpoint) { 193 } else if (mountpoint) { 239 exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, gzip,
|
make_ext4fs.c | 402 const char *mountpoint, struct selabel_handle *sehnd) 407 return make_ext4fs_internal(fd, NULL, NULL, mountpoint, NULL, 0, 1, 0, 0, 0, sehnd, 0, -1, NULL); 411 const char *mountpoint, struct selabel_handle *sehnd) 425 status = make_ext4fs_internal(fd, NULL, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd, 0, -1, NULL); 499 char *mountpoint; local 507 mountpoint = strdup(""); 509 mountpoint = canonicalize_abs_slashes(_mountpoint); 605 root_inode_num = build_default_directory_structure(mountpoint, sehnd); 608 root_inode_num = build_directory_structure(directory, mountpoint, target_out_directory, 0, 611 root_inode_num = build_default_directory_structure(mountpoint, sehnd) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macpath.py | 25 self.assertEqual(split("conky:mountpoint:foo:bar"), 26 ('conky:mountpoint:foo', 'bar')) 29 self.assertEqual(split(":conky:mountpoint:"), 30 (':conky:mountpoint', ''))
|
test_ntpath.py | 36 tester('ntpath.splitunc("\\\\conky\\mountpoint\\foo\\bar")', 37 ('\\\\conky\\mountpoint', '\\foo\\bar')) 38 tester('ntpath.splitunc("//conky/mountpoint/foo/bar")', 39 ('//conky/mountpoint', '/foo/bar')) 43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")', 44 ('\\\\conky\\mountpoint\\foo', 'bar')) 47 tester('ntpath.split("\\\\conky\\mountpoint\\")', 48 ('\\\\conky\\mountpoint', '')) 51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', '')) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macpath.py | 25 self.assertEqual(split("conky:mountpoint:foo:bar"), 26 ('conky:mountpoint:foo', 'bar')) 29 self.assertEqual(split(":conky:mountpoint:"), 30 (':conky:mountpoint', ''))
|
test_ntpath.py | 36 tester('ntpath.splitunc("\\\\conky\\mountpoint\\foo\\bar")', 37 ('\\\\conky\\mountpoint', '\\foo\\bar')) 38 tester('ntpath.splitunc("//conky/mountpoint/foo/bar")', 39 ('//conky/mountpoint', '/foo/bar')) 43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")', 44 ('\\\\conky\\mountpoint\\foo', 'bar')) 47 tester('ntpath.split("\\\\conky\\mountpoint\\")', 48 ('\\\\conky\\mountpoint', '')) 51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', '')) [all...] |
/external/strace/qemu_multiarch_testing/ |
make-hdc-img.sh | 3 mountpoint -q / 9 if mountpoint -q hdc.img.dir; then 12 mountpoint -q hdc.img.dir ||
|
/frameworks/base/include/storage/ |
IMountService.h | 41 virtual int32_t mountVolume(const String16& mountPoint) = 0; 43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0; 44 virtual int32_t formatVolume(const String16& mountPoint) = 0; 46 getStorageUsers(const String16& mountPoint, int32_t** users) = 0; 47 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
|
/external/linux-tools-perf/src/tools/perf/util/ |
cgroup.c | 14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; local 29 mountpoint, type, tokens) == 3) { 50 if (strlen(mountpoint) < maxlen) { 51 strcpy(buf, mountpoint);
|
util.c | 248 static void set_tracing_events_path(const char *mountpoint) 251 mountpoint, "tracing/events"); 254 const char *perf_debugfs_mount(const char *mountpoint) 258 mnt = debugfs_mount(mountpoint);
|
/system/extras/f2fs_utils/ |
make_f2fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd);
|
/device/htc/flounder/overlay/frameworks/base/core/res/res/xml/ |
storage_list.xml | 23 <storage android:mountPoint="/storage/sdcard0"
|
/external/selinux/policycoreutils/sandbox/ |
sandbox.init | 9 # sandbox: Set up / mountpoint to be shared, /var/tmp, /tmp, /home/sandbox unshared
|
/frameworks/base/core/res/res/xml/ |
storage_list.xml | 25 android:mountPoint="/storage/sdcard"
|
/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); 225 int32_t getVolumeState(const String16& mountPoint) 229 data.writeString16(mountPoint); [all...] |
/device/generic/armv7-a-neon/overlay/frameworks/base/core/res/res/xml/ |
storage_list.xml | 39 <storage android:mountPoint="/storage/sdcard0"
|