Home
last modified time | relevance | path

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

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