Home
last modified time | relevance | path

Searched refs:separator_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfilepath_util.c35 char separator_string[2] = { '\0', '\0' }; in apr_filepath_list_split_impl() local
39 separator_string[0] = separator; in apr_filepath_list_split_impl()
52 while ((part = apr_strtok(path, separator_string, &ptr)) != NULL) in apr_filepath_list_split_impl()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Dpath.cpp72 const wchar_t* separator_string = L"/"; variable
85 const char* separator_string = "/"; variable
736 itr.m_element.m_pathname = separator_string; // needed for Windows, harmless on POSIX in begin()
839 it.m_element.m_pathname = separator_string; // generic format; see docs in m_path_iterator_decrement()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_python.cpp903 std::string separator_string = ", "; in GenUnionInit() local
923 field_types += field_type + separator_string; in GenUnionInit()
927 field_types.erase(field_types.length() - separator_string.size()); in GenUnionInit()
1035 std::string separator_string = ", "; in GenInitialize() local
1039 typing_imports += im + separator_string; in GenInitialize()
1042 typing_imports.erase(typing_imports.length() - separator_string.size()); in GenInitialize()