HomeSort by relevance Sort by last modified time
    Searched defs:file_to_open (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/nacl/browser/
nacl_file_host.cc 41 base::File PnaclDoOpenFile(const base::FilePath& file_to_open) {
42 return base::File(file_to_open,
67 base::File file_to_open = PnaclDoOpenFile(full_filepath); local
68 if (!file_to_open.IsValid()) {
76 IPC::TakeFileHandleForProcess(file_to_open.Pass(),
165 base::FilePath* file_to_open) {
191 *file_to_open = full_path;
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 73 // See GetFileNameIfAllowedToOpen() for an explanation of |file_to_open|.
74 // async signal safe if |file_to_open| is NULL.
78 const char** file_to_open) {
79 if (file_to_open && *file_to_open) {
83 RAW_LOG(FATAL, "*file_to_open should be NULL");
93 if (file_to_open)
94 *file_to_open = it->c_str();
447 const char* file_to_open = NULL; local
449 requested_filename.c_str(), flags, &file_to_open);
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 393 ATL::CString file_to_open = log_file_.c_str(); local
394 file_to_open.Remove(L'\"');
395 if (file_to_open.GetLength()) {
396 logfile_handle = ::CreateFile(file_to_open.GetBuffer(),
405 file_to_open.GetBuffer(), ::GetLastError());

Completed in 76 milliseconds