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

  /external/lzma/CPP/Windows/
FileIO.cpp 74 UString superPath;
75 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode,
FileName.cpp 526 GetSuperPathBase superPath.IsEmpty() onlyIfNew
539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew)
541 if (GetSuperPathBase(path, superPath))
543 if (superPath.IsEmpty())
545 // actually the only possible when onlyIfNew == true and superPath is empty
550 superPath = fs2us(path);
572 bool GetSuperPath(CFSTR path, UString &superPath)
574 if (GetSuperPathBase(path, superPath))
575 return !superPath.IsEmpty();
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 50 milliseconds