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

  /external/chromium_org/sandbox/linux/services/
broker_process.cc 397 const char* file_to_access = NULL; local
399 requested_filename.c_str(), mode, &file_to_access);
402 CHECK(file_to_access);
403 int access_ret = access(file_to_access, mode);
449 // If |file_to_access| is not NULL, we will return the matching pointer from
450 // the whitelist. For paranoia a caller should then use |file_to_access|. See
454 // Async signal safe if and only if |file_to_access| is NULL.
456 int requested_mode, const char** file_to_access) const {
467 file_to_access) ||
469 file_to_access);
    [all...]

Completed in 145 milliseconds