Searched refs:fullPath (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libvrr/ |
D | FileNode.cpp | 54 std::string fullPath = mNodePath + nodeName; in readString() local 55 std::ifstream ifs(fullPath); in readString() 86 std::string fullPath = mNodePath + nodeName; in getFileHandler() local 87 int fd = open(fullPath.c_str(), O_WRONLY, 0); in getFileHandler() 89 ALOGE("Open file node %s failed, fd = %d", fullPath.c_str(), fd); in getFileHandler()
|
D | VariableRefreshRateController.cpp | 171 std::string fullPath = displayFileNodePath + kFrameRateNodeName; in VariableRefreshRateController() local 172 int fd = open(fullPath.c_str(), O_WRONLY, 0); in VariableRefreshRateController()
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_legacy_hal_factory.cpp | 151 std::string fullPath(kVendorHalsDescPath); in initVendorHalsDescriptorList() local 152 fullPath.append("/"); in initVendorHalsDescriptorList() 153 fullPath.append(entryPtr->d_name); in initVendorHalsDescriptorList() 154 xml = xmlReadFile(fullPath.c_str(), "UTF-8", XML_PARSE_RECOVER); in initVendorHalsDescriptorList()
|
/hardware/google/aemu/base/ |
D | SharedLibrary.cpp | 114 char fullPath[kMaxPathLength]; in do_open() local 115 GetModuleFileNameA(lib, fullPath, kMaxPathLength); in do_open() 116 INFO("SharedLibrary::open succeeded for [%s]. File name: [%s]", libraryName, fullPath); in do_open()
|