Searched refs:redirect (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 745 bool redirect_to_socket(FILE* redirect, const char* service) { in redirect_to_socket() argument 750 fflush(redirect); in redirect_to_socket() 752 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect))); in redirect_to_socket() 784 bool _redirect_to_file(FILE* redirect, char* path, int truncate_flag) { in _redirect_to_file() argument 795 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect))); in _redirect_to_file() 800 bool redirect_to_file(FILE* redirect, char* path) { in redirect_to_file() argument 801 return _redirect_to_file(redirect, path, O_TRUNC); in redirect_to_file() 804 bool redirect_to_existing_file(FILE* redirect, char* path) { in redirect_to_existing_file() argument 805 return _redirect_to_file(redirect, path, O_APPEND); in redirect_to_existing_file()
|
D | dumpstate.h | 540 bool redirect_to_socket(FILE* redirect, const char* service); 547 bool redirect_to_file(FILE* redirect, char* path); 554 bool redirect_to_existing_file(FILE* redirect, char* path);
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 198 public void setRedirect(String redirect, int code) { in setRedirect() argument 199 redirectHost = redirect; in setRedirect() 201 log("Server will redirect output to "+redirect+" code "+code); in setRedirect()
|
/frameworks/native/vulkan/libvulkan/ |
D | code-generator.tmpl | 569 {{/* redirect intercepted functions */}} 574 {{/* redirect vkGetInstanceProcAddr to itself */}} 578 {{/* redirect device functions to themselves as a workaround for
|
/frameworks/base/proto/src/ |
D | wifi.proto | 2600 // The reason code for provisioning failure when a redirect listener fails to start. 2603 // The reason code for provisioning failure when a redirect listener timed out to receive a HTTP 2604 // redirect response.
|
/frameworks/base/ |
D | Android.bp | 1453 static_doc_index_redirect: "docs/docs-documentation-redirect.html", 1473 static_doc_index_redirect: "docs/docs-documentation-redirect.html",
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 769 // Host to check for a redirect to after an attempt to GET
|
/frameworks/native/docs/ |
D | Doxyfile | 1313 # projects and redirect the results back to the right project.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1530 # projects and redirect the results back to the right project.
|
D | Doxyfile.orig | 1521 # projects and redirect the results back to the right project.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1647 # projects and redirect the results back to the right project.
|
D | Doxyfile | 1647 # projects and redirect the results back to the right project.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1597 # projects and redirect the results back to the right project.
|