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

  /external/libcxx/src/experimental/filesystem/
operations.cpp 267 auto from_st = detail::posix_stat(from, &m_ec); local
268 if (not is_regular_file(from_st)) {
297 return detail::copy_file_impl(from, to, from_st.permissions(), ec);
300 return detail::copy_file_impl(from, to, from_st.permissions(), ec);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 749 MessageType from_st; local
815 from_st = xf86GetOptValBool(ms->Options, OPTION_THROTTLE_SWAP,
848 xf86DrvMsg(pScrn->scrnIndex, from_st, "Swap Throttling is %s.\n",
    [all...]

Completed in 4734 milliseconds