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

/external/chromium_org/sandbox/linux/services/
H A Dbroker_process_unittest.cc336 const char* tempfile_name = tempfile.full_file_name(); local
339 whitelist.push_back(tempfile_name);
345 int can_access = open_broker.Access(tempfile_name, R_OK | W_OK);
349 tempfile2 = open_broker.Open(tempfile_name, O_RDWR);

Completed in 153 milliseconds