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

  /toolchain/binutils/binutils-2.25/libiberty/
lrealpath.c 71 # include <windows.h> /* for GetFullPathName */
141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename);
  /system/tools/aidl/
io_delegate.cpp 48 DWORD path_len = GetFullPathName(path.c_str(), sizeof(buf), buf, nullptr);
50 LOG(ERROR) << "Failed to GetFullPathName(" << path << ")";
  /external/webrtc/webrtc/base/
win32.cc 391 DWORD full_len = ::GetFullPathName(wfilename, 0, NULL, NULL);
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) {
  /external/pdfium/core/include/fxcrt/
fx_system.h 207 #define FXSYS_GetFullPathName GetFullPathName
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 80 dwRc = GetFullPathName(ptszShort,MAX_PATH,tsz,NULL);
winbase.h     [all...]

Completed in 167 milliseconds