Home
last modified time | relevance | path

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

/external/libvpx/libvpx/build/make/
Diosbuild.sh42 local old_pwd="$(pwd)"
61 cd "${old_pwd}"
/external/webrtc/webrtc/p2p/base/
Dtransport.cc50 const std::string& old_pwd, in IceCredentialsChanged() argument
57 return (old_ufrag != new_ufrag) || (old_pwd != new_pwd); in IceCredentialsChanged()
Dtransport.h155 const std::string& old_pwd,