Home
last modified time | relevance | path

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

1234567

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp65 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/
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/generic/vulkan-cereal/stream-servers/vulkan/
DVulkanDispatch.cpp30 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/
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.cc35 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/
DEmuglBackendScanner_unittest.cpp36 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/
Dstreamer.cpp42 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/
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/linaro/dragonboard/qcom/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.cpp46 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/
Dlayers_extensions.cpp74 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/
Dcrosvm_builder.cpp73 void CrosvmBuilder::AddReadOnlyDisk(const std::string& path) { in AddReadOnlyDisk()
77 void CrosvmBuilder::AddReadWriteDisk(const std::string& path) { in AddReadWriteDisk()
/device/linaro/dragonboard/qcom/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/sunfish/vibrator/common/
DHardwareBase.cpp48 auto &path = entry.first; in debug() local
95 std::string path; in debug() local
/device/google/trout/hal/sensors/2.0/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/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/linaro/hikey/power/
Dpower_hikey.c97 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/
DHealth.cpp75 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/
Dlights.cpp105 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/
DAndroidVulkanDispatch.cpp25 EXPORT android_vulkan_dispatch* load_android_vulkan_dispatch(const char* path) { in load_android_vulkan_dispatch()
/device/google/zuma/powerstats/
DZumaCommonDataProviders.cpp168 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/
DHealth.cpp84 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()

1234567