Searched refs:GetMaximumPathComponentLength (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker_unittest.cc572 base::GetMaximumPathComponentLength(default_download_path());
607 base::GetMaximumPathComponentLength(default_download_path());
647 base::GetMaximumPathComponentLength(default_download_path());
H A Ddownload_path_reservation_tracker.cc200 int max_length = base::GetMaximumPathComponentLength(target_dir);
/external/chromium_org/base/files/
H A Dfile_util.h382 BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path);
H A Dfile_util_win.cc703 int GetMaximumPathComponentLength(const FilePath& path) { function in namespace:base
H A Dfile_util_posix.cc809 int GetMaximumPathComponentLength(const FilePath& path) { function in namespace:base
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_unittest.cc186 int limit = base::GetMaximumPathComponentLength(base_path);
H A Dindexed_db_backing_store.cc828 int limit = base::GetMaximumPathComponentLength(leveldb_dir.DirName());
830 DLOG(WARNING) << "GetMaximumPathComponentLength returned -1";

Completed in 242 milliseconds