Home
last modified time | relevance | path

Searched refs:umountcmd (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/util/
Ddebugfs.c152 char umountcmd[128]; in debugfs_umount() local
164 snprintf(umountcmd, sizeof(umountcmd), in debugfs_umount()
166 return system(umountcmd); in debugfs_umount()