Home
last modified time | relevance | path

Searched refs:dir_sep (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dos_helpers.cpp128 std::string dir_sep() { return "/"; } // dir_sep in dir_sep() function
260 std::string dir_sep() { return "/"; } // dir_sep in dir_sep() function
395 std::string dir_sep() { return "\\"; } // dir_sep in dir_sep() function
539 char* sep = strdup(dir_sep().c_str()); in get_dir_sep()
Dos_helpers.h30 std::string dir_sep();
/external/python/cpython3/Lib/http/
Dserver.py1014 dir_sep = collapsed_path.find('/', 1)
1015 while dir_sep > 0 and not collapsed_path[:dir_sep] in self.cgi_directories:
1016 dir_sep = collapsed_path.find('/', dir_sep+1)
1017 if dir_sep > 0:
1018 head, tail = collapsed_path[:dir_sep], collapsed_path[dir_sep+1:]
/external/python/cpython2/Lib/
DCGIHTTPServer.py88 dir_sep = collapsed_path.find('/', 1)
89 head, tail = collapsed_path[:dir_sep], collapsed_path[dir_sep+1:]
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp236 std::string sep = dir_sep(); in test_options_include_directory()
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp351 csvName.append(dir_sep()); in runBuildTest()
Dmain.cpp231 archiveName.append(dir_sep()); in extract_suite()
6390 csvName.append(dir_sep()); in test_enum_values()