Searched refs:redirect (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h407 /* redirect output to a service control socket */
408 void redirect_to_socket(FILE *redirect, const char *service);
410 /* redirect output to a new file */
411 void redirect_to_file(FILE *redirect, char *path);
413 /* redirect output to an existing file */
414 void redirect_to_existing_file(FILE *redirect, char *path);
H A Dutils.cpp724 /* redirect output to a service control socket */
725 void redirect_to_socket(FILE *redirect, const char *service) { argument
727 fflush(redirect);
728 dup2(fd, fileno(redirect));
759 void _redirect_to_file(FILE *redirect, char *path, int truncate_flag) { argument
770 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect)));
774 void redirect_to_file(FILE *redirect, char *path) { argument
775 _redirect_to_file(redirect, path, O_TRUNC);
778 void redirect_to_existing_file(FILE *redirect, char *path) { argument
779 _redirect_to_file(redirect, pat
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java193 * a redirect code with the Location response header set to the value
195 * @param redirect The location to be redirected to
198 public void setRedirect(String redirect, int code) { argument
199 redirectHost = redirect;
201 log("Server will redirect output to "+redirect+" code "+code);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 102 milliseconds