Searched refs:recursive_ (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_file_permission.cc56 if ((recursive_ && strncmp(requested_filename, path, strlen(path)) == 0)) {
118 if (!recursive_)
194 if (!recursive_)
217 recursive_(recursive),
235 if (recursive_) {
H A Dbroker_file_permission.h108 bool recursive_; // Allow everything under this path. |path| must be a dir. member in class:sandbox::syscall_broker::BrokerFilePermission
/external/libchrome/base/files/
H A Dfile_enumerator_posix.cc47 recursive_(recursive),
60 recursive_(recursive),
104 if (recursive_ && S_ISDIR(i->stat_.st_mode))
H A Dfile_enumerator.h149 bool recursive_; member in class:base::FileEnumerator
H A Dfile_path_watcher_linux.cc184 bool recursive_; member in class:base::__anon9857::FilePathWatcherImpl
346 : recursive_(false) {
459 recursive_ = recursive;
502 if (recursive_)
544 if (!recursive_)
580 DCHECK(recursive_);
619 DCHECK(recursive_);
633 if (!recursive_)

Completed in 121 milliseconds