Home
last modified time | relevance | path

Searched full:cxx_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/utils/google-benchmark/
H A Dappveyor.yml25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
34 - if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%")
/aosp_15_r20/external/google-benchmark/
H A Dappveyor.yml25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
34 - if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%")
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/
H A Dappveyor.yml25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
34 - if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%")
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml79 CXX_PATH=`which ${CXX}`
80 echo "using ${TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
147 CXX_PATH=`which ${CXX}`
148 echo "using ${TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
/aosp_15_r20/external/libcxx/utils/libcxx/test/
H A 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
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcpp_builder.py100 cxx_path = os.path.join(prefix, "bin", "g++")
101 if not os.path.exists(cxx_path):
120 return cxx_path
H A Dcodecache.py1174 cxx_path = os.path.join(prefix, "bin", "g++")
1175 if not os.path.exists(cxx_path):
1194 return cxx_path