Searched refs:max_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dsave_package.cc477 uint32 max_path = GetMaxPathLengthForDirectory(saved_main_directory_path_); local
481 max_path, &pure_file_name))
500 max_path - kMaxFileOrdinalNumberPartLength, &base_file_name))
523 max_path, &file_name))
1359 uint32 max_path = GetMaxPathLengthForDirectory(save_dir); local
1361 if (GetSafePureFileName(save_dir, file_name_ext, max_path, &pure_file_name)) {
H A Dsave_package_unittest.cc252 uint32 max_path = SavePackage::GetMaxPathLengthForDirectory(save_dir); local
253 ASSERT_TRUE(SavePackage::GetSafePureFileName(save_dir, ext, max_path,
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1952 char max_path[PATH_MAX]; local
1974 if (realpath(path, max_path))
1977 ::strncpy(resolved_path, max_path, resolved_path_size);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_cc_functions.c753 uint64_t max_path; local
764 max_path = 0;
778 if (tmp > max_path) {
779 max_path = tmp;
784 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp);

Completed in 1528 milliseconds