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

  /sdk/find_java/src/source/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 43 milliseconds