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

  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 386 const char* tempfile_name = tempfile.full_file_name(); local
389 permissions.push_back(BrokerFilePermission::ReadWrite(tempfile_name));
395 int can_access = open_broker.Access(tempfile_name, R_OK | W_OK);
399 tempfile2 = open_broker.Open(tempfile_name, O_RDWR);
613 const char* tempfile_name = temp_str.c_str(); local
616 permissions.push_back(BrokerFilePermission::ReadWriteCreate(tempfile_name));
624 fd = open_broker.Open(tempfile_name, O_RDWR | O_CREAT);
629 fd = open_broker.Open(tempfile_name, O_RDWR | O_CREAT | O_EXCL);
635 int bad_fd = open_broker.Open(tempfile_name, O_RDWR | O_CREAT | O_EXCL);
644 int fd_check = open(tempfile_name, O_RDONLY)
    [all...]

Completed in 40 milliseconds