Searched refs:cwd (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c237 char cwd[1024]; local
259 getcwd(cwd, sizeof(cwd));
261 cwd, file_to_find);
/hardware/qcom/audio/msm8909/hal/msm8916/
H A Dplatform.c1091 char cwd[MAX_PATH] = {0}; local
1096 if (!getcwd(cwd, sizeof(cwd)))
1137 chdir(cwd); /* Restore current working dir */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7941 char cwd[GTEST_PATH_MAX_ + 1] = { '\0' };
7942 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
7944 char cwd[GTEST_PATH_MAX_ + 1] = { '\0' };
7945 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);

Completed in 186 milliseconds