Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css2 * Copyright (C) 2019 The Android Open Source Project
124 font-family: 'Open Sans', sans-serif;
170 font-family: 'Open Sans', sans-serif;
191 font: normal bold 14px/1 "Open Sans", sans-serif;
226 font: normal 18px/1 "Open Sans", sans-serif;
238 font: normal 18px/1 "Open Sans", sans-serif;
259 font: normal 18px/1 "Open Sans", sans-serif;
367 font-family: 'Open Sans', sans-serif;
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/
Dstyle.css2 * Copyright (C) 2019 The Android Open Source Project
71 font-family: 'Open Sans', sans-serif;
113 font-family: 'Open Sans', sans-serif;
193 font-family: 'Open Sans', sans-serif;
/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp52 pipe = cuttlefish::SharedFD::Open(log_name.c_str(), O_RDONLY); in main()
65 cuttlefish::SharedFD::Open(path.c_str(), O_CREAT | O_APPEND | O_WRONLY, 0666); in main()
/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp71 auto fd = SharedFD::Open(data_image, O_RDWR); in ResizeImage()
161 auto fd = SharedFD::Open(image, O_CREAT | O_TRUNC | O_RDWR, 0666); in CreateBlankImage()
191 auto fd = SharedFD::Open(image, O_RDWR); in CreateBlankImage()
/device/sample/apps/SampleEmailPolicy/
DREADME1 # Copyright 2010, The Android Open Source Project
19 Open Source platform, but wishes to provide small customizations to the Email application without
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc98 auto log = SharedFD::Open(log_path.c_str(), O_CREAT | O_WRONLY | O_APPEND, in DaemonizeLauncher()
106 auto dev_null = SharedFD::Open("/dev/null", O_RDONLY); in DaemonizeLauncher()
240 cuttlefish::SharedFD restore_adbd_pipe = cuttlefish::SharedFD::Open( in ResultSetup()
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/
DNOTICE2 Copyright (c) 2005-2010, The Android Open Source Project
14 * Neither the name of The Android Open Source Project nor the names
/device/linaro/poplar/proprietary/bt-wifi/
DLicense.txt22 combination with an operating system licensed under an approved Open
23 Source license as listed by the Open Source Initiative at
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp461 SharedFD SharedFD::Open(const std::string& path, int flags, mode_t mode) { in Open() function in cuttlefish::SharedFD
462 return Open(path.c_str(), flags, mode); in Open()
465 SharedFD SharedFD::Open(const char* path, int flags, mode_t mode) { in Open() function in cuttlefish::SharedFD
481 return SharedFD::Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode); in Creat()
504 auto ret = Open(path, O_RDWR); in Fifo()
Dshared_fd.h145 static SharedFD Open(const char* pathname, int flags, mode_t mode = 0);
146 static SharedFD Open(const std::string& pathname, int flags, mode_t mode = 0);
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp237 SharedFD::Open(console_log.c_str(), O_CREAT | O_APPEND | O_WRONLY, 0666); in ConsoleForwarderMain()
238 auto kernel_log_fd = SharedFD::Open(instance.kernel_log_pipe_name(), in ConsoleForwarderMain()
/device/google/contexthub/firmware/lib/builtins/
DLICENSE.TXT15 Open Source License
86 The disclaimer of warranty in the University of Illinois Open Source License
DNOTICE15 Open Source License
86 The disclaimer of warranty in the University of Illinois Open Source License
/device/google/cuttlefish/host/commands/assemble_cvd/
Dkernel_module_parser.cc27 auto fd = SharedFD::Open(path, O_RDONLY); in IsKernelModuleSigned()
/device/google/cuttlefish/common/libs/net/
Dnetwork_interface_manager.h43 std::unique_ptr<NetworkInterface> Open(const std::string& if_name,
/device/google/cuttlefish/guest/commands/rename_netiface/
Dmain.cpp42 std::unique_ptr<cuttlefish::NetworkInterface> ni(nm->Open(new_name, name)); in main()
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dservice.cpp38 auto fd = cuttlefish::SharedFD::Open(device, O_RDWR); in main()
/device/google/cuttlefish/guest/hals/oemlock/remote/
Dservice.cpp34 const auto fd = cuttlefish::SharedFD::Open(argv[1], O_RDWR); in main()
/device/google/cuttlefish/common/libs/utils/
Djson.cpp49 SharedFD json_fd = SharedFD::Open(path_to_file, O_RDONLY); in LoadFromFile()
/device/google/cuttlefish/tools/copyright_bot/
Dcopyright_template_2.txt2 // Copyright (C) YYYY The Android Open Source Project
Dcopyright_template_3.txt2 Copyright (C) YYYY The Android Open Source Project
Dcopyright_template_1.txt2 * Copyright (C) YYYY The Android Open Source Project
/device/generic/goldfish/radio/librilutils/
DAndroid.bp1 // Copyright 2013 The Android Open Source Project
/device/google/contexthub/firmware/os/platform/native/lkr/
Dapp.lkr2 * Copyright (C) 2016 The Android Open Source Project
/device/google/redfin/vibrator/drv2624/tests/
DAndroid.bp2 // Copyright (C) 2019 The Android Open Source Project

12345678910>>...29