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

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker_unittest.cc598 file_util::GetMaximumPathComponentLength(default_download_path());
633 file_util::GetMaximumPathComponentLength(default_download_path());
673 file_util::GetMaximumPathComponentLength(default_download_path());
H A Ddownload_path_reservation_tracker.cc202 int max_length = file_util::GetMaximumPathComponentLength(target_dir);
/external/chromium_org/base/
H A Dfile_util.h385 BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path);
H A Dfile_util_win.cc667 int GetMaximumPathComponentLength(const FilePath& path) { function in namespace:file_util
H A Dfile_util_posix.cc872 int GetMaximumPathComponentLength(const FilePath& path) { function in namespace:file_util
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc401 int limit = file_util::GetMaximumPathComponentLength(base_path);
H A Dindexed_db_backing_store.cc494 int limit = file_util::GetMaximumPathComponentLength(path_base);
496 DLOG(WARNING) << "GetMaximumPathComponentLength returned -1";

Completed in 120 milliseconds