Home
last modified time | relevance | path

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

1234

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp81 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/
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/commands/assemble_cvd/
Dclean.cc36 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
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/process_sandboxer/
Dlogs.cpp43 const std::string& path) { in FromPath()
84 for (const auto& path : paths) { in LogToFiles() local
Dcredentialed_unix_server.cpp38 const std::string& path) { in Open()
/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()
/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/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/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlRemoteRunner.java84 private boolean remoteFileExists(String path) { in remoteFileExists()
116 public File getFile(String path) throws IOException { in getFile()
DCuttlefishControlRunner.java33 public File getFile(String path) throws IOException; in getFile()
/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/run_cvd/launch/
Dstreamer.cpp39 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
Dgnss_grpc_proxy.cpp44 for (const auto& path : fifo_paths) { in GnssGrpcProxyServer() local
Dnfc_connector.cpp42 for (const auto& path : fifo_paths) { in NfcConnector() local
Dbluetooth_connector.cpp48 for (const auto& path : fifo_paths) { in BluetoothConnector() local
Duwb_connector.cpp37 for (const auto& path : fifo_paths) { in UwbConnector() local
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp121 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/
Ddevice_tpm.cpp36 DeviceTpm::DeviceTpm(const std::string& path) : tpm_(nullptr, &FinalizeTcti) { in DeviceTpm()
/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/cuttlefish/host/commands/assemble_cvd/disk/
Dgenerate_persistent_vbmeta.cpp31 static bool PrepareVBMetaImage(const std::string& path, bool has_boot_config) { in PrepareVBMetaImage()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.h46 std::string path; member
/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()

1234