/device/google/cuttlefish_vmm/qemu/third_party/.cargo/ |
D | config.toml | 2 anyhow = { path = "rust/crates/anyhow" } qkey 3 autocfg = { path = "rust/crates/autocfg" } qkey 4 bitflags = { path = "rust/crates/bitflags" } qkey 5 byteorder = { path = "rust/crates/byteorder" } qkey 6 cfg-if = { path = "rust/crates/cfg-if" } qkey 7 libc = { path = "rust/crates/libc" } qkey 8 log = { path = "rust/crates/log" } qkey 9 memoffset = { path = "rust/crates/memoffset" } qkey 10 nix = { path = "rust/crates/nix" } qkey 11 once_cell = { path = "rust/crates/once_cell" } qkey [all …]
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 80 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists() 85 Result<dev_t> FileDeviceId(const std::string& path) { in FileDeviceId() 101 Result<ino_t> FileInodeNumber(const std::string& path) { in FileInodeNumber() 145 bool FileHasContent(const std::string& path) { in FileHasContent() 149 Result<std::vector<std::string>> DirectoryContents(const std::string& path) { in DirectoryContents() 160 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists() 204 Result<void> ChangeGroup(const std::string& path, in ChangeGroup() 220 bool CanAccess(const std::string& path, const int mode) { in CanAccess() 224 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty() 245 Result<void> RecursivelyRemoveDirectory(const std::string& path) { in RecursivelyRemoveDirectory() [all …]
|
/device/google/contexthub/firmware/os/core/ |
D | syscall.c | 33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() 57 static SyscallFunc* syscallFindHandlerLoc(uint32_t path) in syscallFindHandlerLoc() 79 bool syscallAddFunc(uint32_t path, SyscallFunc func) in syscallAddFunc() 90 SyscallFunc syscallGetHandler(uint32_t path) in syscallGetHandler()
|
/device/google/cuttlefish/host/commands/secure_env/storage/ |
D | insecure_json_storage.cpp | 31 Result<Json::Value> ReadJson(const std::string& path) { in ReadJson() 37 Result<void> WriteJson(const std::string& path, const Json::Value& root) { in WriteJson() 46 InsecureJsonStorage::InsecureJsonStorage(std::string path) : path_(std::move(path)) {} in InsecureJsonStorage()
|
/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_server.cpp | 33 std::string path(len + 1, '\0'); in GetPath() local 147 auto& path = handler_entry.first; in InitializeLwsObjects() local 226 const std::string& path, in RegisterHandlerFactory() 232 const std::string& path, in RegisterDynHandlerFactory() 282 std::string path(path_raw, path_len); in DynServerCallback() local 370 auto path = GetPath(wsi); in ServerCallback() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | clean.cc | 36 Result<void> CleanPriorFiles(const std::string& path, in CleanPriorFiles() 86 for (const auto& path : paths) { in CleanPriorFiles() local 124 for (const auto& path : paths) { in CleanPriorFiles() local
|
D | kernel_module_parser.h | 24 constexpr bool IsKernelModuleSigned(const std::string& path) { in IsKernelModuleSigned()
|
D | kernel_module_parser.cc | 26 bool IsKernelModuleSigned(const char *path) { in IsKernelModuleSigned()
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | streamer.cpp | 42 SharedFD CreateUnixInputServer(const std::string& path) { in CreateUnixInputServer() 157 auto path = config_.ForDefaultInstance().audio_server_path(); in ResultSetup() local 173 for (const auto& path : fifo_files) { in InitializeVConsoles() local 177 for (const auto& path : fifo_files) { in InitializeVConsoles() local
|
D | nfc_connector.cpp | 41 for (const auto& path : fifo_paths) { in NfcConnector() local
|
/device/google/cuttlefish/host/libs/config/ |
D | host_tools_version.cpp | 32 uint32_t FileCrc(const std::string& path) { in FileCrc() 43 static std::map<std::string, uint32_t> DirectoryCrc(const std::string& path) { in DirectoryCrc()
|
D | cuttlefish_config_environment.cpp | 107 set_vhost_user_mac80211_hwsim(const std::string& path) { in set_vhost_user_mac80211_hwsim() 117 set_wmediumd_api_server_socket(const std::string& path) { in set_wmediumd_api_server_socket()
|
/device/google/contexthub/util/common/ |
D | file.cpp | 30 File::File(const char *path, const char *mode) in File() 44 status_t File::setTo(const char *path, const char *mode) { in setTo()
|
/device/linaro/dragonboard/shared/utils/tqftpserv/ |
D | translate.c | 74 char path[PATH_MAX]; in translate_readonly() local 180 int translate_open(const char *path, int flags) in translate_open()
|
/device/google/cuttlefish/host/commands/host_bugreport/ |
D | main.cc | 62 auto save = [&writer, config](const std::string& path) { in CvdHostBugreportMain() 69 auto save = [&writer, instance](const std::string& path) { in CvdHostBugreportMain()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | Device.cpp | 43 const std::string path = getPmemPath(); in loadPersistentKeyValues() local 71 const std::string path = getPmemPath(); in savePersistentKeyValues() local
|
/device/google/sunfish/vibrator/common/ |
D | HardwareBase.cpp | 48 auto &path = entry.first; in debug() local 95 std::string path; in debug() local
|
/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | sharedmem.c | 59 char path[32]; in rmtfs_mem_open_rfsa() local 129 char path[32]; in rmtfs_mem_open_uio() local 208 char path[PATH_MAX]; in rmtfs_mem_open_rfsa() local
|
/device/google/gs-common/powerstats/ |
D | DisplayMrrStateResidencyDataProvider.cpp | 38 const std::string& name, const std::string& path) : mName(name), mPath(path) { in DisplayMrrStateResidencyDataProvider() 99 std::string path = mPath + TIME_IN_STATE; in getStateResidencies() local
|
/device/google/trout/hal/sensors/2.1/tests/ |
D | IioUtilsTest.cpp | 62 static bool writeFile(const std::string& path, const T& content, bool nl = true) { in writeFile() 76 static bool writeFile(const std::string& path, const std::vector<U>& content, bool nl = true) { in writeFile()
|
/device/google/felix/vibrator/common/ |
D | HardwareBase.cpp | 51 auto &path = entry.first; in debug() local 113 std::string path; in debug() local
|
/device/google/zumapro/powerstats/ |
D | ZumaProCommonDataProviders.cpp | 172 std::string path = "/sys/devices/platform/acpm_stats/fvp_stats"; in addDvfsStats() local 351 std::string path = "/sys/devices/platform/1f000000.mali"; in addGPU() local 678 void addDisplayMrrByEntity(std::shared_ptr<PowerStats> p, std::string name, std::string path) { in addDisplayMrrByEntity() 726 std::string path; in addNFC() local
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_builder.cpp | 90 void CrosvmBuilder::AddReadOnlyDisk(const std::string& path) { in AddReadOnlyDisk() 94 void CrosvmBuilder::AddReadWriteDisk(const std::string& path) { in AddReadWriteDisk()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | DfuProvider.java | 54 public DfuFileObserver(String path) { in DfuFileObserver() 59 public void onEvent(int event, String path) { in onEvent()
|
/device/google/shusky/thermal/ |
D | thermal_config_test.cpp | 30 JsonSchemaTestConfigFactory MakeTestParam(const std::string &path) { in MakeTestParam()
|