Home
last modified time | relevance | path

Searched refs:old_pwd (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/build/cmake/
Diosbuild.sh45 local old_pwd="$(pwd)"
65 cd "${old_pwd}"
/external/libvpx/libvpx/build/make/
Diosbuild.sh46 local old_pwd="$(pwd)"
65 cd "${old_pwd}"
/external/webrtc/p2p/base/
Dp2p_transport_channel.h65 const std::string& old_pwd,
Dp2p_transport_channel.cc114 const std::string& old_pwd, in IceCredentialsChanged() argument
121 return (old_ufrag != new_ufrag) || (old_pwd != new_pwd); in IceCredentialsChanged()