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

  /ndk/tests/abcc/jni/host/
Abcc_host.cpp 89 info.mLDLibsStr += " " + str;
100 info.mLDLibsStr += " " + str;
110 info.mLDLibsStr += " " + runtime_path;
114 info.mLDLibsStr += " " + str;
123 size_t first_dash_l = info.mLDLibsStr.find(" -l");
125 info.mLDLibsStr += " " + getRuntimePath("gccunwind");
127 info.mLDLibsStr = getRuntimePath("gccunwind") + info.mLDLibsStr;
129 info.mLDLibsStr = info.mLDLibsStr.substr(0, first_dash_l
    [all...]
  /ndk/tests/abcc/jni/
Abcc.h 129 std::string mLDLibsStr; // Immutable once read in
Abcc.cpp 246 cmd += " " + bc.mLDLibsStr;
  /ndk/tests/abcc/jni/device/
Abcc_device.cpp 89 info.mLDLibsStr += " " + str;
205 std::stringstream ss(info.mLDLibsStr);

Completed in 684 milliseconds