Home
last modified time | relevance | path

Searched refs:cxx_path (Results 1 – 2 of 2) sorted by relevance

/external/honggfuzz/hfuzz_cc/
Dhfuzz-cc.c131 const char* cxx_path = getenv("HFUZZ_CXX_PATH"); in execCC() local
132 if (cxx_path != NULL) { in execCC()
133 hf_execvp(cxx_path, argv); in execCC()
134 PLOG_E("execvp('%s')", cxx_path); in execCC()
/external/libcxx/utils/libcxx/test/
Dconfig.py927 cxx_path = libcxx.util.which(self.cxx.path)
928 if cxx_path is not None:
930 os.path.dirname(cxx_path) +
1024 cxx_path = pipes.quote(self.cxx.path)
1026 sub.append(('%cxx', cxx_path))
1041 compile_str = (cxx_path + ' -o %t.o %s -c ' + flags_str
1043 link_str = (cxx_path + ' -o %t.exe %t.o ' + flags_str + ' '
1046 build_str = cxx_path + ' -o %t.exe %s ' + all_flags