Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 150) sorted by relevance

123456

/device/google/cuttlefish_vmm/qemu/third_party/.cargo/
Dconfig.toml2 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/
Dfiles.cpp80 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/
Dsyscall.c33 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/
Dinsecure_json_storage.cpp31 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/
Dwebsocket_server.cpp33 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/
Dclean.cc36 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
Dkernel_module_parser.h24 constexpr bool IsKernelModuleSigned(const std::string& path) { in IsKernelModuleSigned()
Dkernel_module_parser.cc26 bool IsKernelModuleSigned(const char *path) { in IsKernelModuleSigned()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp42 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
Dnfc_connector.cpp41 for (const auto& path : fifo_paths) { in NfcConnector() local
/device/google/cuttlefish/host/libs/config/
Dhost_tools_version.cpp32 uint32_t FileCrc(const std::string& path) { in FileCrc()
43 static std::map<std::string, uint32_t> DirectoryCrc(const std::string& path) { in DirectoryCrc()
Dcuttlefish_config_environment.cpp107 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/
Dfile.cpp30 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/
Dtranslate.c74 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/
Dmain.cc62 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/
DDevice.cpp43 const std::string path = getPmemPath(); in loadPersistentKeyValues() local
71 const std::string path = getPmemPath(); in savePersistentKeyValues() local
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp48 auto &path = entry.first; in debug() local
95 std::string path; in debug() local
/device/linaro/dragonboard/shared/utils/rmtfs/
Dsharedmem.c59 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/
DDisplayMrrStateResidencyDataProvider.cpp38 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/
DIioUtilsTest.cpp62 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/
DHardwareBase.cpp51 auto &path = entry.first; in debug() local
113 std::string path; in debug() local
/device/google/zumapro/powerstats/
DZumaProCommonDataProviders.cpp172 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/
Dcrosvm_builder.cpp90 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/
DDfuProvider.java54 public DfuFileObserver(String path) { in DfuFileObserver()
59 public void onEvent(int event, String path) { in onEvent()
/device/google/shusky/thermal/
Dthermal_config_test.cpp30 JsonSchemaTestConfigFactory MakeTestParam(const std::string &path) { in MakeTestParam()

123456