Searched refs:fullpath (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/drm/1.0/vts/functional/ |
D | vendor_modules.cpp | 44 string fullpath = directory + "/" + entry->d_name; in scanModules() local 45 if (endsWith(fullpath, ".so")) { in scanModules() 46 mPathList.push_back(fullpath); in scanModules()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 6605 auto fullpath = std::string(ERROR_LOG_PATH0) + "/" + filename; in openLogFile() local 6606 file = fopen(fullpath.c_str(), mode.c_str()); in openLogFile() 6610 ALOGE("Fail to open file %s, error: %s", fullpath.c_str(), strerror(errno)); in openLogFile() 6611 fullpath = std::string(ERROR_LOG_PATH1) + "/" + filename; in openLogFile() 6612 file = fopen(fullpath.c_str(), mode.c_str()); in openLogFile() 6614 ALOGE("Fail to open file %s, error: %s", fullpath.c_str(), strerror(errno)); in openLogFile() 6622 auto fullpath = std::string(ERROR_LOG_PATH0) + "/" + filename; in getLastModifiedTimestamp() local 6623 if (stat(fullpath.c_str(), &fileStat) == 0) { in getLastModifiedTimestamp() 6626 fullpath = std::string(ERROR_LOG_PATH1) + "/" + filename; in getLastModifiedTimestamp() 6627 if (stat(fullpath.c_str(), &fileStat) == 0) { in getLastModifiedTimestamp()
|