HomeSort by relevance Sort by last modified time
    Searched full:remove_string (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/kernel/fs/inode/
inode02.c 76 char remove_string[PATH_STRING_LENGTH + 10]; variable
270 strcpy(remove_string, "rm -rf ");
271 strcat(remove_string, path_string);
363 status = system(remove_string);
365 fprintf(temp, "Caution - `%s' failed.\n", remove_string);
807 status = system(remove_string);
810 remove_string, status);

Completed in 83 milliseconds