Searched refs:loader (Results 1 - 19 of 19) sorted by relevance

/fuchsia/zircon/system/ulib/loader-service/
H A Drules.mk14 $(LOCAL_DIR)/loader-service.c \
H A Dloader-service.c5 #include <loader-service/loader-service.h>
29 // State of a loader service instance.
38 // This represents an instance of the loader service. Each session in an
49 // Per-session state of a loader service instance.
273 status = async_loop_start_thread(loop, "loader-service", NULL);
287 // When we create the loader service, we initialize the refcount to 1, which
288 // causes the loader service to stay alive at least until someone calls
297 // Default library paths for the fd- and fs- loader service implementations.
301 // Create the default implementation of a loader servic
[all...]
/fuchsia/zircon/system/utest/sanitizer/
H A Drules.mk18 system/ulib/loader-service \
H A Dsanitizer-utils.c5 #include <loader-service/loader-service.h>
85 "loader-service not called exactly once");
87 EXPECT_TRUE(my_loader_service_ok, "loader service thread not happy");
161 "loader-service not called exactly once");
162 EXPECT_TRUE(my_loader_service_ok, "loader service thread not happy");
176 "loader-service not called exactly once");
177 EXPECT_TRUE(my_loader_service_ok, "loader service thread not happy");
/fuchsia/zircon/system/utest/dlfcn/
H A Drules.mk21 system/ulib/loader-service \
H A Ddlfcn.c8 #include <loader-service/loader-service.h>
127 "loader-service not called exactly once");
133 EXPECT_TRUE(my_loader_service_ok, "loader service thread not happy");
184 // TODO(dbort): Test that this process uses the system loader service by default
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Drules.mk19 $(LOCAL_DIR)/intel-dsp-code-loader.cpp \
H A Dintel-audio-dsp.cpp11 #include "intel-dsp-code-loader.h"
480 IntelDspCodeLoader loader(&regs()->cldma, hda_bti_);
481 zx_status_t st = loader.Initialize();
483 LOG(ERROR, "Error initializing firmware code loader (err %d)\n", st);
536 st = loader.TransferFirmware(pinned_fw, stripped_size);
560 loader.StopTransfer();
/fuchsia/zircon/system/uapp/runtests/
H A Drules.mk32 system/ulib/loader-service \
/fuchsia/zircon/system/ulib/runtests-utils/
H A Drules.mk39 system/ulib/loader-service \
H A Dfuchsia-run-test.cpp23 #include <loader-service/loader-service.h>
100 // Unfortunately this is duplicated in loader-service. We could get rid of this duplication by
101 // delegating to the existing loader service over FIDL for everything except PublishDataSink(),
157 // instance of the async loop which is shared by all tests and their loader services.
218 // If |output_dir| is provided, set up the loader service that will be
228 if (loop->StartThread("loader-service") != ZX_OK) {
236 printf("FAILURE: cannot create loader service\n");
242 printf("FAILURE: cannot connect loader service\n");
/fuchsia/zircon/system/utest/runtests-utils/
H A Drules.mk37 system/ulib/loader-service \
/fuchsia/zircon/system/core/devmgr/
H A Drules.mk44 system/ulib/loader-service \
86 system/ulib/loader-service \
H A Dblock-watcher.cpp18 #include <loader-service/loader-service.h>
118 // Launching pkgfs uses its own loader service and command lookup to run out of
173 // Create a local loader service with a fixed mapping of names to blobs.
181 printf("fshost: cannot create pkgfs loader service: %d (%s)\n",
189 printf("fshost: cannot connect pkgfs loader service: %d (%s)\n",
196 // file itself. Then get the loader service started so it can service
H A Dfshost.cpp15 #include <loader-service/loader-service.h>
412 printf("fshost: failed to create loader service: %d\n", r);
417 printf("fshost: failed to connect to loader service: %d\n", r);
419 // switch from bootfs-loader to system-loader
H A Ddevmgr.cpp16 #include <loader-service/loader-service.h>
569 // Close the loader-service channel so the service can go away.
680 // create a local loader service backed directly by the primary bootfs
686 printf("devmgr: cannot create loader service\n");
690 // set the bootfs-loader as the default loader service for now
789 // switch to system loader service provided by fshost
/fuchsia/zircon/system/utest/fidl-simple/
H A Dldsvc_tests.c45 static zx_status_t ldsvc_Clone(void* ctx, zx_handle_t loader, fidl_txn_t* txn) { argument
46 EXPECT_EQ(ZX_OK, zx_handle_close(loader), "");
/fuchsia/zircon/system/core/userboot/
H A Drules.mk19 $(LOCAL_DIR)/loader-service.c \
/fuchsia/zircon/make/
H A Dengine.mk276 # "loader service", so it should be a simple name rather than an

Completed in 152 milliseconds