Home
last modified time | relevance | path

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

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