Lines Matching refs:base
24 #include "base/files/file.h"
25 #include "base/files/file_path.h"
31 #include "base/logging.h"
32 #include "base/posix/eintr_wrapper.h"
35 namespace base {
311 // Specifically, test that all parts of |path| under (and including) |base|:
319 // |base| must contain |path|.
320 bool VerifyPathControlledByUser(const base::FilePath& base,
321 const base::FilePath& path,
334 bool VerifyPathControlledByAdmin(const base::FilePath& path);
339 int GetMaximumPathComponentLength(const base::FilePath& path);
361 } // namespace base