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

  /sdk/find_java/
utils.h 334 char * shortPath = (char *)malloc(lenShort);
336 DWORD length = GetShortPathName(longPath, shortPath, lenShort);
339 free(shortPath);
341 shortPath = (char *)malloc(length);
342 length = GetShortPathName(longPath, shortPath, lenShort);
345 if (length != 0) dest->set(shortPath);
347 free(shortPath);
  /external/lzma/CPP/Windows/
FileDir.h 50 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath);
FileDir.cpp 484 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath)
486 DWORD needLength = ::GetShortPathName(longPath, shortPath.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
487 shortPath.ReleaseBuffer();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 144 milliseconds