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

  /external/parameter-framework/upstream/utility/
DynamicLibrary.cpp 35 if (path.rfind(_osLibrarySuffix) == (path.length() - _osLibrarySuffix.length())) {
40 std::string sanitizedPath = _osLibraryPrefix + path + _osLibrarySuffix;
DynamicLibrary.hpp 92 static const std::string _osLibrarySuffix;
  /external/parameter-framework/upstream/utility/posix/
DynamicLibrary.cpp 38 const std::string DynamicLibrary::_osLibrarySuffix = ".so";
  /external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 38 const std::string DynamicLibrary::_osLibrarySuffix = ".dll";

Completed in 198 milliseconds