HomeSort by relevance Sort by last modified time
    Searched full:msysroot (Results 1 - 7 of 7) sorted by null

  /ndk/tests/abcc/jni/device/
Abcc_device.cpp 124 std::string libpath = mSysroot + "/usr/lib/" + filename.substr(0, filename.rfind('.')) + ".so";
184 std::string cmd = std::string("LD_LIBRARY_PATH=") + mSysroot + "/usr/lib";
185 cmd += " " + mSysroot + "/usr/bin/le32-none-ndk-translate";
189 cmd = std::string("LD_LIBRARY_PATH=") + mSysroot + "/usr/lib";
190 cmd += " " + mSysroot + "/usr/bin/llc";
199 cmd = std::string("LD_LIBRARY_PATH=") + mSysroot + "/usr/lib";
200 cmd += " " + mSysroot + "/usr/bin/ld.mcld";
202 cmd += " -L" + mSysroot + "/usr/lib";
211 cmd = " @" + mSysroot + "/usr/lib/libportable.wrap " + mSysroot + "/usr/lib/libportable.a"
    [all...]
  /ndk/tests/abcc/src/compiler/abcc/
AbccService.java 27 String mSysroot = null;
54 if (genLibs(mWorkingDir, mSysroot) != 0) {
146 mSysroot = path;
150 if (mSysroot != null) {
157 mSysroot = sysroot.getAbsolutePath();
158 File cur_file = new File(mSysroot + "/usr");
162 cur_file = new File(mSysroot + "/usr/bin");
166 cur_file = new File(mSysroot + "/usr/lib");
170 copyAssets("usr/bin", mSysroot + "/usr/bin", /*executable=*/true);
171 copyAssets("usr/lib", mSysroot + "/usr/lib", /*executable=*/false)
    [all...]
  /ndk/tests/abcc/jni/host/
Abcc_host.cpp 174 cmd += " -L" + mSysroot + "/usr/lib64";
176 cmd += " -L" + mSysroot + "/usr/lib";
202 return mSysroot + "/usr/lib";
209 return mSysroot + "/usr/lib";
216 return mSysroot + "/usr/lib";
223 return mSysroot + "/usr/lib";
  /ndk/tests/abcc/jni/
Abcc.cpp 148 : mAbi(abi), mSysroot(sysroot), mWorkingDir(working_dir), mRet(RET_OK), mSaveTemps(savetemps) {
159 mGlobalLDFlags += std::string(" --sysroot=") + mSysroot;
236 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtbegin_so.o";
240 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtbegin_static.o";
243 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtbegin_dynamic.o";
256 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtend_so.o";
258 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtend_android.o";
Abcc.h 147 std::string mSysroot;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 349 # with msysroot and if it does then remove this part.
351 msysroot = msys_root()
352 if msysroot != None and self.root.find(msysroot)==0:
353 self.root = self.root.replace(msysroot, "/")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 349 # with msysroot and if it does then remove this part.
351 msysroot = msys_root()
352 if msysroot != None and self.root.find(msysroot)==0:
353 self.root = self.root.replace(msysroot, "/")

Completed in 1359 milliseconds