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

  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_file_test.c 57 static const char *open_creat_path = "/tmp/open_test"; variable
130 fd = open(open_creat_path, O_CREAT | O_EXCL, 0666);
211 unlink(open_creat_path);

Completed in 1055 milliseconds