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

  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 50 String8 sPath;
57 sPath("")
148 pPlugInContainer->sPath = rsPlugInPath;
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 479 wchar_t sPath[MAX_PATH];
480 if (!SHGetPathFromIDList(pidl, sPath)) {
487 paths.push_back(base::FilePath(sPath));
492 HandleDeviceDetachEventOnUIThread(sPath);

Completed in 56 milliseconds