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

  /sdk/find_java2/src/
JavaPath.cpp 62 DWORD length = GetShortPathName(longPath, shortPath, lenShort);
68 length = GetShortPathName(longPath, shortPath, lenShort);
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 44 return Win32::GetShortPathName($^X);
  /sdk/find_java/src/source/
utils.h 326 // Returns true if the Win32 getShortPathName method worked.
333 DWORD lenShort = (DWORD)strlen(longPath) + 1; // GetShortPathName deals with DWORDs
336 DWORD length = GetShortPathName(longPath, shortPath, lenShort);
342 length = GetShortPathName(longPath, shortPath, lenShort);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 102 #define GetShortPathName GetShortPathNameW
winbase.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 22 #include <windows.h> // for GetShortPathName()
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 202 //sys GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) = kernel32.GetShortPathNameW
    [all...]
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 202 //sys GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) = kernel32.GetShortPathNameW
    [all...]
zsyscall_windows.go     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 321 milliseconds