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

/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc73 // 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);
76 GetFileNameInWhitelist(const std::vector<std::string>& allowed_file_names, const char* requested_filename, const char** file_to_open) argument
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.h40 // Sets file_to_open to the base::FilePath which we will attempt to open.
42 base::FilePath* file_to_open);
H A Dnacl_file_host.cc90 base::File file_to_open = nacl::OpenNaClReadExecImpl(full_filepath, local
92 if (!file_to_open.IsValid()) {
106 Passed(file_to_open.Pass()), full_filepath, reply_msg,
111 IPC::TakeFileHandleForProcess(file_to_open.Pass(),
181 base::FilePath* file_to_open) {
207 *file_to_open = full_path;
180 PnaclCanOpenFile(const std::string& filename, base::FilePath* file_to_open) argument
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc393 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 179 milliseconds