HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceSubString (Results 1 - 10 of 10) sorted by null

  /test/vts/drivers/hal/common/include/utils/
StringUtil.h 32 extern void ReplaceSubString(
  /test/vts/drivers/hal/common/utils/
StringUtil.cpp 30 void ReplaceSubString(string& original, const string& from, const string& to) {
InterfaceSpecUtil.cpp 65 ReplaceSubString(package_as_function_name, ".", "_");
115 ReplaceSubString(str, "::", ".");
  /test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp 46 ReplaceSubString(package_path, ".", "::");
100 ReplaceSubString(hal_pointer_name, ".", "_");
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 460 ReplaceSubString(predefined_type_name, "::", "__");
522 ReplaceSubString(result, "::", "__");
565 ReplaceSubString(package_path, ".", "/");
571 ReplaceSubString(package_token, ".", "::");
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
ProfilerCodeGenBase.cpp 239 ReplaceSubString(attribute_name, "::", "__");
257 ReplaceSubString(attribute_name, "::", "__");
HalHidlProfilerCodeGen.cpp 51 ReplaceSubString(predefined_type, "::", "__");
110 ReplaceSubString(predefined_type, "::", "__");
132 ReplaceSubString(predefined_type, "::", "__");
453 ReplaceSubString(imported_package_path, ".", "/");
  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 54 ReplaceSubString(package_path, ".", "/");
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.cpp 511 ReplaceSubString(parent_path_printable, "->", "_");
783 ReplaceSubString(parent_path_printable, "->", "_");
    [all...]
HalHidlCodeGen.cpp 535 ReplaceSubString(import_package_path, ".", "/");
    [all...]

Completed in 483 milliseconds