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

  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 305 const char* tempfile_name = tempfile.full_file_name(); local
308 whitelist.push_back(tempfile_name);
314 int can_access = open_broker.Access(tempfile_name, R_OK | W_OK);
318 tempfile2 = open_broker.Open(tempfile_name, O_RDWR);

Completed in 54 milliseconds