Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sm8150/thermal/
Dthermal_common.c135 char cwd[MAX_PATH] = {0}; in get_tzn() local
138 if (!getcwd(cwd, sizeof(cwd))) in get_tzn()
200 ret = chdir(cwd); in get_tzn()
/hardware/google/aemu/base/include/aemu/base/files/
DTarStream.h98 TarWriter(std::string cwd, std::ostream& dest, size_t bufsize = 4096);
140 TarReader(std::string cwd, std::istream& src, bool has_seek = false);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dbase_printer.py195 def cwd(self): member in BasePrinter
211 return str(Path(fn).relative_to(self.cwd))
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/
Dwcnss_service.c237 char cwd[1024]; in find_full_path() local
259 getcwd(cwd, sizeof(cwd)); in find_full_path()
261 cwd, file_to_find); in find_full_path()
/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c266 char cwd[1024]; in find_full_path() local
288 getcwd(cwd, sizeof(cwd)); in find_full_path()
290 cwd, file_to_find); in find_full_path()
/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/
Dupdate-aliases.py13 CWD = pathlib.Path.cwd()
/hardware/interfaces/compatibility_matrices/
Dbump.py89 cwd=self.top / "kernel/configs" /