/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 35 bool FileExists(const std::string& path) { in FileExists() 40 bool FileHasContent(const std::string& path) { in FileHasContent() 44 bool DirectoryExists(const std::string& path) { in DirectoryExists() 55 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty() 76 std::string AbsolutePath(const std::string& path) { in AbsolutePath() 97 off_t FileSize(const std::string& path) { in FileSize() 106 std::chrono::system_clock::time_point FileModificationTime(const std::string& path) { in FileModificationTime() 143 char* path = getcwd(nullptr, 0); in CurrentDirectory() local 149 FileSizes SparseFileSizes(const std::string& path) { in SparseFileSizes()
|
/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/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/frontend/gcastv2/https/ |
D | HTTPServer.cpp | 99 auto path = request.getPath(); in handleSingleRequest() local 208 const char *at, const char *path, std::optional<std::string> mimeType) { in addStaticFile() 318 const auto &path = std::get<std::string>(info.mPathOrContent); in handleStaticFileRequest() local 363 std::string HTTPServer::GuessMimeType(const std::string &path) { in GuessMimeType()
|
D | SSLSocket.cpp | 65 bool SSLSocket::useCertificate(const std::string &path) { in useCertificate() 70 bool SSLSocket::usePrivateKey(const std::string &path) { in usePrivateKey() 76 bool SSLSocket::useTrustedCertificates(const std::string &path) { in useTrustedCertificates()
|
/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/coral/vibrator/ |
D | Hardware.cpp | 63 std::string path; in pathsFromEnv() local 160 auto &path = entry.first; in debug() local 224 std::string path; in debug() local
|
/device/generic/goldfish/wifi/createns/ |
D | createns.cpp | 99 std::string path = getNamespacePath(name); in writeNamespacePid() local 237 std::string path = getNamespacePath(argv[1]); in main() local
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | build_api.cc | 153 for (const auto& path : build.paths) { in Artifacts() local 165 const std::string& path) { in ArtifactToFile() 174 for (const auto& path : build.paths) { in ArtifactToFile() local
|
D | curl_wrapper.cc | 66 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path) { in DownloadToFile() 70 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path, in DownloadToFile()
|
/device/google/crosshatch/health/ |
D | HealthService.cpp | 72 std::ifstream assert_open(const std::string &path) { in assert_open() 81 void read_value_from_file(const std::string &path, T *field) { in read_value_from_file()
|
/device/google/bonito/health/ |
D | HealthService.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/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
|
D | storage.c | 19 const char *path; member 75 struct rmtfd *storage_open(unsigned node, const char *path) in storage_open()
|
/device/google/fuchsia/bioniccompat/include/ |
D | basename.h | 25 inline const char* __gnu_basename(const char* path) { in __gnu_basename()
|
/device/generic/car/common/ |
D | config.ini | 9 skin.path=800x480 key
|
/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/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/coral/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()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 715 bool CleanPriorFiles(const std::string& path, const std::set<std::string>& preserving) { in CleanPriorFiles() 768 for (auto path : paths) { in CleanPriorFiles() local 787 for (const auto& path : paths) { in CleanPriorFiles() local
|
/device/google/cuttlefish/host/commands/logcat_receiver/ |
D | main.cpp | 62 auto path = instance.logcat_path(); in main() local
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | streamer.h | 43 std::string path; member
|
/device/google/atv/ |
D | config.ini | 21 skin.path=1920x1080 key
|
/device/google/coral/powerstats/ |
D | GpuStateResidencyDataProvider.cpp | 34 bool GpuStateResidencyDataProvider::getTotalTime(const std::string &path, uint64_t &totalTimeMs) { in getTotalTime()
|
/device/generic/goldfish/data/etc/ |
D | config.ini | 21 skin.path=480x800 key
|