| /device/google/cuttlefish/common/libs/utils/ |
| D | files.cpp | 65 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists() 70 bool FileHasContent(const std::string& path) { in FileHasContent() 74 Result<std::vector<std::string>> DirectoryContents(const std::string& path) { in DirectoryContents() 85 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists() 118 Result<void> ChangeGroup(const std::string& path, in ChangeGroup() 134 bool CanAccess(const std::string& path, const int mode) { in CanAccess() 138 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty() 159 bool RecursivelyRemoveDirectory(const std::string& path) { in RecursivelyRemoveDirectory() 268 std::string AbsolutePath(const std::string& path) { in AbsolutePath() 289 off_t FileSize(const std::string& path) { in FileSize() [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/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VulkanDispatch.cpp | 30 static void setIcdPath(const std::string& path) { in setIcdPath() 129 auto path = android::base::getEnvironmentVariable("ANDROID_EMU_VK_LOADER_PATH"); in getLoaderPath() local 135 auto path = pj({directory, "testlib64", VULKAN_LOADER_FILENAME}); in getLoaderPath() local 152 auto path = android::base::getEnvironmentVariable("ANDROID_EMU_VK_LOADER_PATH"); in getMoltenVkPath() local 161 auto path = pj({directory, "lib64", "vulkan", "libMoltenVK.dylib"}); in getMoltenVkPath() local 175 bool addLibrary(const std::string& path) { in addLibrary()
|
| /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 | 35 Result<void> CleanPriorFiles(const std::string& path, in CleanPriorFiles() 84 for (auto path : paths) { in CleanPriorFiles() local 98 for (const auto& path : paths) { in CleanPriorFiles() local
|
| /device/generic/vulkan-cereal/gl-host-common/opengl/ |
| D | EmuglBackendScanner_unittest.cpp | 36 static void make_dir(const std::string& path) { in make_dir() 40 static void make_subdir(const std::string& path, const char* subdir) { in make_subdir() 48 std::string path = dir; in make_subfile() local
|
| /device/google/cuttlefish/host/commands/run_cvd/launch/ |
| D | streamer.cpp | 42 SharedFD CreateUnixInputServer(const std::string& path) { in CreateUnixInputServer() 146 auto path = config_.ForDefaultInstance().audio_server_path(); in ResultSetup() local 159 for (const auto& path : fifo_files) { in AddConfUiFifo() local 163 for (const auto& path : fifo_files) { in AddConfUiFifo() 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()
|
| /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/qcom/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 | 46 const std::string path = getPmemPath(); in loadPersistentKeyValues() local 75 const std::string path = getPmemPath(); in savePersistentKeyValues() local
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | layers_extensions.cpp | 74 explicit LayerLibrary(const std::string& path, in LayerLibrary() 316 void AddLayerLibrary(const std::string& path, const std::string& filename) { in AddLayerLibrary() 351 void ForEachFileInPath(const std::string& path, Functor functor) { in ForEachFileInPath() 358 void DiscoverLayersInPathList(const std::string& path) { in DiscoverLayersInPathList()
|
| /device/google/cuttlefish/host/libs/vm_manager/ |
| D | crosvm_builder.cpp | 73 void CrosvmBuilder::AddReadOnlyDisk(const std::string& path) { in AddReadOnlyDisk() 77 void CrosvmBuilder::AddReadWriteDisk(const std::string& path) { in AddReadWriteDisk()
|
| /device/linaro/dragonboard/qcom/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/sunfish/vibrator/common/ |
| D | HardwareBase.cpp | 48 auto &path = entry.first; in debug() local 95 std::string path; in debug() local
|
| /device/google/trout/hal/sensors/2.0/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/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/linaro/hikey/power/ |
| D | power_hikey.c | 97 char path[PROPERTY_VALUE_MAX]; member 106 static int sysfs_write(const char *path, char *s) in sysfs_write() 128 static int sysfs_read(const char *path, char *s, int slen) in sysfs_read()
|
| /device/google/sunfish/health/ |
| D | Health.cpp | 75 std::ifstream assert_open(const std::string &path) { in assert_open() 84 void read_value_from_file(const std::string &path, T *field) { in read_value_from_file()
|
| /device/amlogic/yukawa/hal/lights/ |
| D | lights.cpp | 105 int writeLedArray(const char* path, LightAddress const& addr, int color) { in writeLedArray() 128 void writeLed(const char* path, int color) { in writeLed()
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | AndroidVulkanDispatch.cpp | 25 EXPORT android_vulkan_dispatch* load_android_vulkan_dispatch(const char* path) { in load_android_vulkan_dispatch()
|
| /device/google/zuma/powerstats/ |
| D | ZumaCommonDataProviders.cpp | 168 std::string path = "/sys/devices/platform/acpm_stats/fvp_stats"; in addDvfsStats() local 345 std::string path = "/sys/devices/platform/1f000000.mali"; in addGPU() local 685 std::string path; in addNFC() local
|
| /device/google/redbull/health/ |
| D | Health.cpp | 84 std::ifstream assert_open(const std::string &path) { in assert_open() 93 void read_value_from_file(const std::string &path, T *field) { in read_value_from_file()
|