Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 25 of 28) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
Ddebugfs.c77 char *debugfs_mount(const char *mountpoint) in debugfs_mount() argument
87 if (mountpoint == NULL) { in debugfs_mount()
89 mountpoint = getenv(PERF_DEBUGFS_ENVIRONMENT); in debugfs_mount()
91 if (mountpoint == NULL) in debugfs_mount()
92 mountpoint = "/sys/kernel/debug"; in debugfs_mount()
95 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0) in debugfs_mount()
100 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint)); in debugfs_mount()
Ddebugfs.h25 char *debugfs_mount(const char *mountpoint);
/external/qemu/distrib/ext4_utils/include/
Dmake_ext4fs.h27 const char *mountpoint, struct selabel_handle *sehnd);
30 const char *mountpoint, struct selabel_handle *sehnd,
34 const char *mountpoint, struct selabel_handle *sehnd);
/external/qemu/distrib/ext4_utils/src/
Dmake_ext4fs.c390 const char *mountpoint, struct selabel_handle *sehnd) in make_ext4fs_sparse_fd() argument
395 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0); in make_ext4fs_sparse_fd()
399 const char *mountpoint, struct selabel_handle *sehnd) in make_ext4fs() argument
413 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0); in make_ext4fs()
486 char *mountpoint; in make_ext4fs_internal() local
493 mountpoint = strdup(""); in make_ext4fs_internal()
495 mountpoint = canonicalize_abs_slashes(_mountpoint); in make_ext4fs_internal()
587 root_inode_num = build_default_directory_structure(mountpoint, sehnd); in make_ext4fs_internal()
590 root_inode_num = build_directory_structure(directory, mountpoint, 0, in make_ext4fs_internal()
593 root_inode_num = build_default_directory_structure(mountpoint, sehnd); in make_ext4fs_internal()
[all …]
Dmake_ext4fs_main.c65 char *mountpoint = NULL; in main() local
108 mountpoint = optarg; in main()
154 if (!sehnd && mountpoint) { in main()
203 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip, in main()
Dext4_utils.h155 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dcgroup.c14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local
29 mountpoint, type, tokens) == 3) { in cgroupfs_find_mountpoint()
50 if (strlen(mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
51 strcpy(buf, mountpoint); in cgroupfs_find_mountpoint()
Dutil.c248 static void set_tracing_events_path(const char *mountpoint) in set_tracing_events_path() argument
251 mountpoint, "tracing/events"); in set_tracing_events_path()
254 const char *perf_debugfs_mount(const char *mountpoint) in perf_debugfs_mount() argument
258 mnt = debugfs_mount(mountpoint); in perf_debugfs_mount()
Dutil.h81 extern void perf_debugfs_set_path(const char *mountpoint);
82 const char *perf_debugfs_mount(const char *mountpoint);
/external/qemu/android/filesystems/
Dext4_utils.cpp73 const char *mountpoint) { in android_createEmptyExt4Image() argument
74 int ret = ::make_ext4fs(filePath, size, mountpoint, NULL); in android_createEmptyExt4Image()
Dext4_utils.h28 const char *mountpoint);
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf646 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/chromium_org/chrome/installer/mac/
Dpkg-dmg1282 my($device, $mountpoint);
1301 $mountpoint = $1;
1302 return($rootDevice, $device, $mountpoint);
Ddmgdiffer.sh115 if ! hdiutil attach "${1}" -mountpoint "${2}" \
/external/e2fsprogs/po/
Did.po5846 msgid "while trying to open mountpoint %s"
5847 msgstr "ketika mencoba membuka mountpoint %s"
Dzh_CN.po5465 msgid "while trying to open mountpoint %s"
De2fsprogs.pot5676 msgid "while trying to open mountpoint %s"
Dit.po5904 msgid "while trying to open mountpoint %s"
Dde.po5810 msgid "while trying to open mountpoint %s"
Dca.po5745 msgid "while trying to open mountpoint %s"
Dpl.po5861 msgid "while trying to open mountpoint %s"
Dtr.po6081 msgid "while trying to open mountpoint %s"
Dnl.po5895 msgid "while trying to open mountpoint %s"
Dsv.po5867 msgid "while trying to open mountpoint %s"
/external/oprofile/
DChangeLog-2002834 Also mkdir the mountpoint

12