Searched refs:binary (Results 1 – 10 of 10) sorted by relevance
| /system/ulib/rtc/ |
| A D | librtc.c | 101 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 D | mkfs.cpp | 27 zx_status_t MkfsNativeFs(const char* binary, const char* device_path, LaunchCallback cb, in MkfsNativeFs() argument 45 argv.push_back(binary); in MkfsNativeFs()
|
| A D | mount.cpp | 78 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 D | namespace.c | 36 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 D | librtc.h | 28 uint8_t to_bcd(uint8_t binary);
|
| /system/ |
| A D | LICENSE | 3 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 D | resolver.fidl | 21 // and return the executable binary from the package as well as a shared
|
| /system/core/devmgr/fshost/ |
| A D | block-watcher.cpp | 167 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 D | ldsvc.fidl | 47 // instrumentation runtimes use this to deliver large binary trace
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 574 // The state of a single experiment on a device or binary.
|
Completed in 13 milliseconds