Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/
DFileNode.cpp54 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()
DVariableRefreshRateController.cpp171 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/
Dwifi_legacy_hal_factory.cpp151 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/
DSharedLibrary.cpp114 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()