Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 10 of 10) sorted by relevance

/system/ulib/rtc/
A Dlibrtc.c101 uint8_t to_bcd(uint8_t binary) { in to_bcd() argument
102 return ((binary / 10) << 4) | (binary % 10); in to_bcd()
/system/ulib/fs-management/
A Dmkfs.cpp27 zx_status_t MkfsNativeFs(const char* binary, const char* device_path, LaunchCallback cb, in MkfsNativeFs() argument
45 argv.push_back(binary); in MkfsNativeFs()
A Dmount.cpp78 zx_status_t MountNativeFs(const char* binary, unique_fd device, const mount_options_t& options,
184 zx_status_t Mounter::MountNativeFs(const char* binary, unique_fd device, in MountNativeFs() argument
192 printf("fs_mount: Launching %s\n", binary); in MountNativeFs()
200 const char* argv[5] = {binary}; in MountNativeFs()
/system/uapp/namespace/
A Dnamespace.c36 zx_handle_t binary; in run_in_namespace() local
37 if ((status = load_file(argv[0], &binary)) != ZX_OK) { in run_in_namespace()
115 status = fdio_spawn_vmo(ZX_HANDLE_INVALID, flags, binary, argv, NULL, in run_in_namespace()
/system/ulib/rtc/include/
A Dlibrtc.h28 uint8_t to_bcd(uint8_t binary);
/system/
A DLICENSE3 Redistribution and use in source and binary forms, with or without
9 * Redistributions in binary form must reproduce the above
/system/fidl/fuchsia-process/
A Dresolver.fidl21 // and return the executable binary from the package as well as a shared
/system/core/devmgr/fshost/
A Dblock-watcher.cpp167 char binary[strlen(blob_init) + 4]; in old_launch_blob_init() local
168 sprintf(binary, "/fs%s", blob_init); in old_launch_blob_init()
169 argv[0] = binary; in old_launch_blob_init()
/system/fidl/fuchsia-ldsvc/
A Dldsvc.fidl47 // instrumentation runtimes use this to deliver large binary trace
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl574 // The state of a single experiment on a device or binary.

Completed in 13 milliseconds