Searched refs:replace (Results 1 – 19 of 19) sorted by relevance
| /system/ulib/fzl/include/lib/fzl/ |
| A D | fifo.h | 41 zx_status_t replace(zx_rights_t rights, fifo* result) { in replace() function 42 return fifo_.replace(rights, &result->fifo_); in replace()
|
| /system/utest/utf_conversion/ |
| A D | main.cpp | 200 uint8_t replace[3] = { 0xEF, 0xBF, 0xBD }; in utf16to8_unpaired_surrogates() local 216 ASSERT_UTF8_EQ(replace, sizeof(replace), actual, sizeof(actual), in utf16to8_unpaired_surrogates()
|
| /system/ulib/fzl/ |
| A D | vmo-mapper.cpp | 48 ret = vmo.replace(vmo_rights, &vmo); in CreateAndMap()
|
| /system/ulib/lockdep/include/lockdep/ |
| A D | thread_lock_state.h | 172 acquired_locks_.replace(*original, replacement); in Replace()
|
| /system/ulib/memfs/ |
| A D | file.cpp | 116 if ((status = out_vmo.replace(rights, &out_vmo)) != ZX_OK) { in GetVmo()
|
| /system/ulib/fs/ |
| A D | vmo-file.cpp | 182 status = private_clone.replace(rights, out_vmo); in CloneVmo()
|
| /system/ulib/bootfs/ |
| A D | parser-test.cpp | 152 ASSERT_EQ(vmo.replace(ZX_RIGHT_READ, &vmo), ZX_OK); in TestInitCantMap()
|
| /system/utest/libfzl/ |
| A D | fzl-test.cpp | 183 fifo_0.replace(0, &replaced); in FifoTest()
|
| /system/ulib/fit/ |
| A D | README.md | 14 enhancements to the C++ standard library rather than attempting to replace it or 123 We were able to replace its hand-rolled lifetime management code with
|
| /system/host/fidl/lib/ |
| A D | formatter.cpp | 204 output_.replace(i, strlen(arrow_nl), "\n->"); in RegularizeSpaces()
|
| /system/host/banjo/lib/ |
| A D | formatter.cpp | 204 output_.replace(i, strlen(arrow_nl), "\n->"); in RegularizeSpaces()
|
| /system/ulib/zx/include/lib/zx/ |
| A D | object.h | 106 zx_status_t replace(zx_rights_t rights, object<T>* result) { in replace() function
|
| /system/dev/block/block/ |
| A D | server.cpp | 287 if ((status = fifo_out->replace(rights, fifo_out)) != ZX_OK) { in Create()
|
| /system/utest/fbl/include/fbl/tests/intrusive_containers/ |
| A D | sequence_container_test_environment.h | 1085 PtrType replaced = container().replace(*iter, new_obj); in ReplaceCopy() 1145 PtrType replaced = container().replace(*iter, TakePtr(new_obj)); in ReplaceMove()
|
| /system/ulib/fbl/include/fbl/ |
| A D | intrusive_double_list.h | 429 PtrType replace(typename PtrTraits::RefType target, PtrType replacement) {
|
| /system/utest/libzx/ |
| A D | zx-test.cpp | 90 ASSERT_EQ(handle.replace(ZX_RIGHT_SAME_RIGHTS, &rep), ZX_OK); in handle_replace_test()
|
| /system/ulib/blobfs/ |
| A D | vnode.cpp | 725 if ((status = clone.replace(rights, &clone)) != ZX_OK) { in CloneVmo()
|
| /system/utest/async-loop/ |
| A D | loop_tests.cpp | 610 event.replace(ZX_RIGHT_NONE, &event); in wait_unwaitable_handle_test()
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 146 #^ replace a handle
|
Completed in 31 milliseconds