/hardware/google/aemu/windows/tests/ |
D | dirent_test.cpp | 66 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/ |
D | intersect.inl | 9 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/ |
D | vendor_modules.h | 37 explicit VendorModules(const std::string& dir) { in VendorModules()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | EmuglBackendList_unittest.cpp | 37 static void makeLibSubDir(TestTempDir* dir, const char* name) { in makeLibSubDir() 41 static void makeLibSubFile(TestTempDir* dir, const char* name) { in makeLibSubFile()
|
D | emugl_config_unittest.cpp | 41 static void makeLibSubDir(TestTempDir* dir, const char* name) { in makeLibSubDir() 45 static void makeLibSubFile(TestTempDir* dir, const char* name) { in makeLibSubFile()
|
D | emugl_config.cpp | 426 std::string dir = sBackendList->getLibDirPath(config->backend); in emuglConfig_setupEnv() local
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | Var.h | 32 PointerDir dir, in Var() 52 PointerDir dir, in init() 94 void setPointerDir(PointerDir dir) { m_pointerDir = dir; } in setPointerDir()
|
D | ApiGen.cpp | 462 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/ |
D | vendor_modules.cpp | 37 DIR* dir = opendir(directory.c_str()); in scanModules() local
|
/hardware/interfaces/drm/1.0/default/include/ |
D | PluginLoader.h | 37 PluginLoader(const char *dir, const char *entry) { in PluginLoader()
|
/hardware/google/pixel/health/ |
D | ChargerDetect.cpp | 64 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kPowerSupplySysfsPath), closedir); in populateTcpmPsyName() local
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 44 DIR *dir; in get_temperatures() local
|
/hardware/invensense/65xx/libsensors_iio/ |
D | SensorBase.cpp | 152 DIR *dir; in openInput() local
|
/hardware/invensense/6515/libsensors_iio/ |
D | SensorBase.cpp | 155 DIR *dir; in openInput() local
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 58 DIR* dir = opendir("/dev"); in V4L2CameraHAL() local
|
/hardware/google/aemu/windows/src/dirent/ |
D | dirent.cpp | 218 std::unique_ptr<DIR> dir = std::make_unique<DIR>(); in opendir() local
|
/hardware/google/pixel/perfstatsd/ |
D | cpu_usage.cpp | 76 DIR *dir; in profileProcess() local
|
D | io_usage.cpp | 97 DIR *dir; in update() local
|
/hardware/google/pixel/thermal/utils/ |
D | power_files.cpp | 159 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kIioRootDir.data()), closedir); in findEnergySourceToWatch() local
|
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/ |
D | wcnss_service.c | 234 DIR *dir; in find_full_path() local
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultVehicleHalServer.cpp | 473 if (auto dir = opendir(overrideDir)) { in overrideProperties() local
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCecDefault.cpp | 308 DIR* dir = opendir(parentPath); in init() local
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 410 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/ |
D | System.cpp | 364 std::string dir = appDir.toString(); in getProgramDirectoryFromPlatform() local
|
/hardware/google/camera/common/hal/utils/ |
D | utils.cc | 522 DIR* dir = opendir(dir_path); in FindLibraryPaths() local
|