OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requested_filename
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/services/
broker_process.cc
50
// Check whether |
requested_filename
| is in |allowed_file_names|.
55
const char*
requested_filename
,
65
// Look for |
requested_filename
| in |allowed_file_names|.
70
if (strcmp(
requested_filename
, it->c_str()) == 0) {
350
std::string
requested_filename
;
local
352
if (!read_pickle.ReadString(&iter, &
requested_filename
) ||
362
AccessFileForIPC(
requested_filename
, flags, &write_pickle);
365
OpenFileForIPC(
requested_filename
, flags, &write_pickle, &opened_files);
390
// Perform access(2) on |
requested_filename
| with mode |mode| if allowed by our
392
void BrokerProcess::AccessFileForIPC(const std::string&
requested_filename
,
[
all
...]
broker_process.h
77
void AccessFileForIPC(const std::string&
requested_filename
,
80
void OpenFileForIPC(const std::string&
requested_filename
,
Completed in 30 milliseconds