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

  /ndk/tests/abcc/jni/
Abcc.cpp 124 for (std::list<std::string>::iterator i_libs = info.mLDLibs.begin(),
125 e_libs = info.mLDLibs.end(); i_libs != e_libs; ) {
130 info.mLDLibs.erase(cur_libs);
228 if (bc.mLDLibs.empty()) {
Abcc.h 128 std::list<std::string> mLDLibs; // -lxxx, will be removed one-by-one until empty
  /ndk/tests/abcc/jni/host/
Abcc_host.cpp 88 info.mLDLibs.push_back(str);
99 info.mLDLibs.push_back(str);
113 info.mLDLibs.push_back(str.substr(2));
  /ndk/tests/abcc/jni/device/
Abcc_device.cpp 88 info.mLDLibs.push_back(str.substr(2));

Completed in 138 milliseconds