/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/ |
D | debugfs.c | 77 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()
|
D | debugfs.h | 25 char *debugfs_mount(const char *mountpoint);
|
/external/qemu/distrib/ext4_utils/include/ |
D | make_ext4fs.h | 27 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/ |
D | make_ext4fs.c | 390 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 …]
|
D | make_ext4fs_main.c | 65 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()
|
D | ext4_utils.h | 155 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | cgroup.c | 14 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()
|
D | util.c | 248 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()
|
D | util.h | 81 extern void perf_debugfs_set_path(const char *mountpoint); 82 const char *perf_debugfs_mount(const char *mountpoint);
|
/external/qemu/android/filesystems/ |
D | ext4_utils.cpp | 73 const char *mountpoint) { in android_createEmptyExt4Image() argument 74 int ret = ::make_ext4fs(filePath, size, mountpoint, NULL); in android_createEmptyExt4Image()
|
D | ext4_utils.h | 28 const char *mountpoint);
|
/external/libsepol/tests/policies/test-cond/ |
D | 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/chromium_org/chrome/installer/mac/ |
D | pkg-dmg | 1282 my($device, $mountpoint); 1301 $mountpoint = $1; 1302 return($rootDevice, $device, $mountpoint);
|
D | dmgdiffer.sh | 115 if ! hdiutil attach "${1}" -mountpoint "${2}" \
|
/external/e2fsprogs/po/ |
D | id.po | 5846 msgid "while trying to open mountpoint %s" 5847 msgstr "ketika mencoba membuka mountpoint %s"
|
D | zh_CN.po | 5465 msgid "while trying to open mountpoint %s"
|
D | e2fsprogs.pot | 5676 msgid "while trying to open mountpoint %s"
|
D | it.po | 5904 msgid "while trying to open mountpoint %s"
|
D | de.po | 5810 msgid "while trying to open mountpoint %s"
|
D | ca.po | 5745 msgid "while trying to open mountpoint %s"
|
D | pl.po | 5861 msgid "while trying to open mountpoint %s"
|
D | tr.po | 6081 msgid "while trying to open mountpoint %s"
|
D | nl.po | 5895 msgid "while trying to open mountpoint %s"
|
D | sv.po | 5867 msgid "while trying to open mountpoint %s"
|
/external/oprofile/ |
D | ChangeLog-2002 | 834 Also mkdir the mountpoint
|