Home
last modified time | relevance | path

Searched refs:remove_string (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode02.c76 char remove_string[PATH_STRING_LENGTH + 10]; variable
267 strcpy(remove_string, "rm -rf "); in tree()
268 strcat(remove_string, path_string); in tree()
360 status = system(remove_string); in tree()
362 fprintf(temp, "Caution - `%s' failed.\n", remove_string); in tree()
800 status = system(remove_string); in term()
803 remove_string, status); in term()

Completed in 2 milliseconds