/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 81 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists() 86 Result<dev_t> FileDeviceId(const std::string& path) { in FileDeviceId() 102 Result<ino_t> FileInodeNumber(const std::string& path) { in FileInodeNumber() 146 bool FileHasContent(const std::string& path) { in FileHasContent() 150 Result<std::vector<std::string>> DirectoryContents(const std::string& path) { in DirectoryContents() 164 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists() 212 Result<void> ChangeGroup(const std::string& path, in ChangeGroup() 228 bool CanAccess(const std::string& path, const int mode) { in CanAccess() 232 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty() 253 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/commands/assemble_cvd/ |
D | clean.cc | 36 Result<void> CleanPriorFiles(const std::string& path, in CleanPriorFiles() 88 for (const auto& path : paths) { in CleanPriorFiles() local 127 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/process_sandboxer/ |
D | logs.cpp | 43 const std::string& path) { in FromPath() 84 for (const auto& path : paths) { in LogToFiles() local
|
D | credentialed_unix_server.cpp | 38 const std::string& path) { in Open()
|
/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()
|
/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/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/tests/utils/src/com/android/cuttlefish/tests/utils/ |
D | CuttlefishControlRemoteRunner.java | 84 private boolean remoteFileExists(String path) { in remoteFileExists() 116 public File getFile(String path) throws IOException { in getFile()
|
D | CuttlefishControlRunner.java | 33 public File getFile(String path) throws IOException; in getFile()
|
/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/run_cvd/launch/ |
D | streamer.cpp | 39 SharedFD CreateUnixInputServer(const std::string& path) { in CreateUnixInputServer() 151 auto path = config_.ForDefaultInstance().audio_server_path(); in ResultSetup() local 165 for (const auto& path : fifo_files) { in InitializeVConsoles() local 169 for (const auto& path : fifo_files) { in InitializeVConsoles() local
|
D | gnss_grpc_proxy.cpp | 44 for (const auto& path : fifo_paths) { in GnssGrpcProxyServer() local
|
D | nfc_connector.cpp | 42 for (const auto& path : fifo_paths) { in NfcConnector() local
|
D | bluetooth_connector.cpp | 48 for (const auto& path : fifo_paths) { in BluetoothConnector() local
|
D | uwb_connector.cpp | 37 for (const auto& path : fifo_paths) { in UwbConnector() local
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_builder.cpp | 121 void CrosvmBuilder::AddKvmPath(const std::string& path) { in AddKvmPath() 125 void CrosvmBuilder::AddReadOnlyDisk(const std::string& path) { in AddReadOnlyDisk() 129 void CrosvmBuilder::AddReadWriteDisk(const std::string& path) { in AddReadWriteDisk()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | device_tpm.cpp | 36 DeviceTpm::DeviceTpm(const std::string& path) : tpm_(nullptr, &FinalizeTcti) { in DeviceTpm()
|
/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/cuttlefish/host/commands/assemble_cvd/disk/ |
D | generate_persistent_vbmeta.cpp | 31 static bool PrepareVBMetaImage(const std::string& path, bool has_boot_config) { in PrepareVBMetaImage()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | server_connection.h | 46 std::string path; member
|
/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()
|