Searched defs:StdinReadArgs (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.cpp449 struct StdinReadArgs { struct
457 // The argument should be a pointer to a StdinReadArgs object. This function
460 std::unique_ptr<StdinReadArgs> args(reinterpret_cast<StdinReadArgs*>(x));
623 StdinReadArgs* args = new StdinReadArgs;
625 LOG(ERROR) << "couldn't allocate StdinReadArgs object";

Completed in 53 milliseconds