Home | History | Annotate | Download | only in ndk-depends

Lines Matching defs:file_path

960     String file_path = search_paths[n];
961 if (file_path.empty())
963 if (file_path[file_path.size() - 1] != _T('/') &&
964 file_path[file_path.size() - 1] != _T('\\')) {
965 file_path.append(_T("/"));
967 file_path.append(libname);
969 LOG2(_T(" in %s: "), file_path.c_str());
971 if (_tstat(file_path.c_str(), &st) < 0) {
981 result->assign(file_path);