Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher.cc42 DCHECK(path.IsAbsolute()); in Watch()
Dfile_path.h328 bool IsAbsolute() const;
Dfile_path_watcher_linux.cc643 if (!link.IsAbsolute()) in AddWatchForBrokenSymlink()
Dfile_path_unittest.cc397 TEST_F(FilePathTest, IsAbsolute) { in TEST_F() argument
459 bool observed = input.IsAbsolute(); in TEST_F()
Dfile_path.cc534 bool FilePath::IsAbsolute() const { in IsAbsolute() function in base::FilePath
/external/libchrome/base/
Dpath_service.cc265 DCHECK(file_path.IsAbsolute()); in OverrideAndCreateIfNeeded()
/external/libusb/libusb/os/
Dwindows_winusb.h908 BOOLEAN IsAbsolute; member