Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp129 android::vts::PathJoin( in main()
132 android::vts::PathJoin( in main()
135 dst_file = android::vts::PathJoin(dst_file.c_str(), ".h"); in main()
137 dst_file = android::vts::PathJoin(dst_file.c_str(), ".cpp"); in main()
DVtsCompilerUtils.h62 string PathJoin(const char* dir_path, const char* file_name);
DVtsCompilerUtils.cpp538 string PathJoin(const char* dir_path, const char* file_name) { in PathJoin() function