Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/
H A D0001-libyui-ncurses-Replace-off64_t-with-off_t-and-stat64.patch103 string fullName = currentDir + "/" + ( *it );
105 - if ( lstat64( fullName.c_str(), &statInfo ) == 0 )
106 + if ( lstat( fullName.c_str(), &statInfo ) == 0 )
114 - if ( stat64( fullName.c_str(), &linkInfo ) == 0 )
115 + if ( stat( fullName.c_str(), &linkInfo ) == 0 )
132 string fullName = currentDir + "/" + ( *it );
134 - if ( lstat64( fullName.c_str(), &statInfo ) == 0 )
135 + if ( lstat( fullName.c_str(), &statInfo ) == 0 )
143 - if ( stat64( fullName.c_str(), &linkInfo ) == 0 )
144 + if ( stat( fullName.c_str(), &linkInfo ) == 0 )
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.hpp68 inline size_t sensorNameFind(const std::string& fullName, in sensorNameFind() argument
71 return boost::replace_all_copy(fullName, " ", "_") in sensorNameFind()
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc200 {"fullName", 1610620930, "GeneralNames"},
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js95 …e(),module=QUnit.urlParams.module&&QUnit.urlParams.module.toLowerCase(),fullName=(this.module.name…
100 if(fullName.indexOf(filter)!==-1){return include;}