Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/aemu/windows/tests/
Ddirent_test.cpp66 DIR* dir = opendir("invalid_dir"); in TEST_F() local
73 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
80 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
92 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
116 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
131 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
155 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
231 DIR* dir = opendir(tempDir.string().c_str()); in TEST_F() local
258 DIR* dir = opendir(longDirNameUtf8.c_str()); in TEST_F() local
285 DIR* dir = opendir(nullptr); in TEST_F() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dintersect.inl9 genType const & orig, genType const & dir,
29 genType const & orig, genType const & dir,
69 genType const & orig, genType const & dir,
153 genType dir = normalize(point1 - point0); local
/hardware/interfaces/drm/1.0/vts/functional/include/
Dvendor_modules.h37 explicit VendorModules(const std::string& dir) { in VendorModules()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList_unittest.cpp37 static void makeLibSubDir(TestTempDir* dir, const char* name) { in makeLibSubDir()
41 static void makeLibSubFile(TestTempDir* dir, const char* name) { in makeLibSubFile()
Demugl_config_unittest.cpp41 static void makeLibSubDir(TestTempDir* dir, const char* name) { in makeLibSubDir()
45 static void makeLibSubFile(TestTempDir* dir, const char* name) { in makeLibSubFile()
Demugl_config.cpp426 std::string dir = sBackendList->getLibDirPath(config->backend); in emuglConfig_setupEnv() local
/hardware/google/gfxstream/codegen/generic-apigen/
DVar.h32 PointerDir dir, in Var()
52 PointerDir dir, in init()
94 void setPointerDir(PointerDir dir) { m_pointerDir = dir; } in setPointerDir()
DApiGen.cpp462 Var::PointerDir dir = var.pointerDir(); in writeVarEncodingExpression() local
803 Var::PointerDir dir = evars[j].pointerDir(); in genEncoderImpl() local
/hardware/interfaces/drm/1.0/vts/functional/
Dvendor_modules.cpp37 DIR* dir = opendir(directory.c_str()); in scanModules() local
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h37 PluginLoader(const char *dir, const char *entry) { in PluginLoader()
/hardware/google/pixel/health/
DChargerDetect.cpp64 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kPowerSupplySysfsPath), closedir); in populateTcpmPsyName() local
/hardware/libhardware/modules/thermal/
Dthermal.c44 DIR *dir; in get_temperatures() local
/hardware/invensense/65xx/libsensors_iio/
DSensorBase.cpp152 DIR *dir; in openInput() local
/hardware/invensense/6515/libsensors_iio/
DSensorBase.cpp155 DIR *dir; in openInput() local
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp58 DIR* dir = opendir("/dev"); in V4L2CameraHAL() local
/hardware/google/aemu/windows/src/dirent/
Ddirent.cpp218 std::unique_ptr<DIR> dir = std::make_unique<DIR>(); in opendir() local
/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp76 DIR *dir; in profileProcess() local
Dio_usage.cpp97 DIR *dir; in update() local
/hardware/google/pixel/thermal/utils/
Dpower_files.cpp159 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kIioRootDir.data()), closedir); in findEnergySourceToWatch() local
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/
Dwcnss_service.c234 DIR *dir; in find_full_path() local
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHalServer.cpp473 if (auto dir = opendir(overrideDir)) { in overrideProperties() local
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecDefault.cpp308 DIR* dir = opendir(parentPath); in init() local
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp410 VG_EXPORT int stream_renderer_snapshot(const char* dir) { in stream_renderer_snapshot()
421 VG_EXPORT int stream_renderer_restore(const char* dir) { in stream_renderer_restore()
/hardware/google/aemu/base/
DSystem.cpp364 std::string dir = appDir.toString(); in getProgramDirectoryFromPlatform() local
/hardware/google/camera/common/hal/utils/
Dutils.cc522 DIR* dir = opendir(dir_path); in FindLibraryPaths() local

12