Home
last modified time | relevance | path

Searched refs:_T (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc75 #define _T(x) x macro
201 size_t sep_slash = filepath.rfind(_T('/')); in path_last_dirsep()
202 size_t sep_backslash = filepath.rfind(_T('\\')); in path_last_dirsep()
211 size_t sep = filepath.rfind(_T('/')); in path_last_dirsep()
220 return String(_T(".")); in path_dirname()
222 return String(_T("/")); in path_dirname()
718 file_ = _tfopen(path, _T("rb")); in Open()
730 *error = _T("Not an ELF binary file"); in Open()
885 const TCHAR* env = _tgetenv(_T("LD_LIBRARY_PATH")); in AddHostLibraryPaths()
902 lib_search_path->push_back(_T(".")); in AddHostLibraryPaths()
[all …]