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

  /external/chromium_org/sandbox/linux/services/
broker_process.cc 52 // See GetFileNameIfAllowedToOpen() for an explanation of |file_to_open|.
53 // async signal safe if |file_to_open| is NULL.
57 const char** file_to_open) {
58 if (file_to_open && *file_to_open) {
62 RAW_LOG(FATAL, "*file_to_open should be NULL");
72 if (file_to_open)
73 *file_to_open = it->c_str();
422 const char* file_to_open = NULL; local
424 requested_filename.c_str(), flags, &file_to_open);
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_file_host.h 52 // Sets file_to_open to the base::FilePath which we will attempt to open.
54 base::FilePath* file_to_open);
nacl_file_host.cc 76 bool PnaclDoOpenFile(const base::FilePath& file_to_open,
79 *out_file = base::CreatePlatformFile(file_to_open,
111 base::PlatformFile file_to_open; local
112 if (!PnaclDoOpenFile(full_filepath, &file_to_open)) {
120 IPC::GetFileHandleForProcess(file_to_open,
270 base::FilePath* file_to_open) {
296 *file_to_open = full_path;
  /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 265 milliseconds