Home
last modified time | relevance | path

Searched refs:IsAbsolute (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher.cc47 DCHECK(path.IsAbsolute()); in Watch()
Dfile_path_watcher_fsevents.cc44 if (component.IsAbsolute()) { in ResolvePath()
52 if (target.IsAbsolute()) in ResolvePath()
Dfile_path.h322 bool IsAbsolute() const;
Dfile_path_watcher_linux.cc653 if (!link.IsAbsolute()) in AddWatchForBrokenSymlink()
Dfile_path_unittest.cc395 TEST_F(FilePathTest, IsAbsolute) { in TEST_F() argument
457 bool observed = input.IsAbsolute(); in TEST_F()
Dfile_path.cc535 bool FilePath::IsAbsolute() const { in IsAbsolute() function in base::FilePath
/external/libmojo/base/
Dpath_service.cc257 DCHECK(file_path.IsAbsolute()); in OverrideAndCreateIfNeeded()
/external/libusb/libusb/os/
Dwindows_winusb.h908 BOOLEAN IsAbsolute; member