Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/
H A D0001-meson-Do-not-check-for-iso-xml-files-during-build.patch6 These files are needed during runtime and may exist in a different
8 valid to check for these files to exist during build-time
24 -files(iso_639_xml, iso_3166_xml) # Check to make sure these exist
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial/
H A D0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch16 exist on host.
32 -# Fall back to just "lib" if the item provided by GNUInstallDirs doesn't exist
34 -# /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE} doesn't exist.
36 - message(STATUS "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} does not exist. Defaulting lib…
/openbmc/openbmc-test-automation/tools/
H A Dsensors_dbus_list.sh18 exist=`busctl introspect $dobj $i | grep yz.openbmc_project.Sensor.Value`
19 if [ ! -z "$exist" ]; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ktls-utils/ktls-utils/
H A D0001-tlshd-Define-ALLPERMS-if-it-doesn-t-exist-to-fix-mus.patch4 Subject: [PATCH] tlshd: Define ALLPERMS if it doesn't exist to fix musl build
7 it if it doesn't exist. This fixes building on musl systems.
25 + * manually define it if it doesn't exist
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch4 because ~/.config folder aka root_dir doesn't exist.
10 doesn't exist, along with the gconf directory inside it.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch22 @@ -27,11 +27,11 @@ user in case it does not already exist. e.g.:
28 configuration. Add this directory in case it does not already exist. e.g.:
35 2c) For anonymous FTP, you will need the user "ftp" to exist, and have a
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb/
H A D0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch8 build host and build workdir will not exist on target
24 - /* File doesn't exist. Try to find cgdb.txt in the build dir in case
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-bad-feature.err1 doc-bad-feature.json:7: documented feature 'a' does not exist
H A Ddoc-bad-enum-member.err1 doc-bad-enum-member.json:5: documented member 'a' does not exist
H A Ddoc-bad-event-arg.err1 doc-bad-event-arg.json:5: documented member 'a' does not exist
H A Ddoc-bad-command-arg.err1 doc-bad-command-arg.json:6: documented member 'b' does not exist
H A Ddoc-bad-union-member.err1 doc-bad-union-member.json:5: documented members 'a', 'b' do not exist
H A Ddoc-bad-boxed-command-arg.err1 doc-bad-boxed-command-arg.json:11: documented member 'a' does not exist
H A Ddoc-bad-alternate-member.err1 doc-bad-alternate-member.json:7: documented members 'aa', 'bb' do not exist
H A Ddoc-bad-event-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-feature.json1 # Features listed in the doc comment must exist in the actual schema
H A Ddoc-bad-enum-member.json1 # Members listed in the doc comment must exist in the actual schema
H A Ddoc-bad-command-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-alternate-member.json1 # Arguments listed in the doc comment must exist in the actual schema
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/
H A Dncsi-netlink-ifindex7 echo Error: "${IFPATH}" does not exist 1>&2
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t…
39 + _("The %1$s in the search dialog contains a reference to %2$.20s which does not exist in th…
53 "not exist in the new font.\n"
71 "not exist in the new font.\n"
89 "not exist in the new font.\n"
94 "not exist in the new font.\n"
134 "not exist in the new font.\n"
232 "But %1$s does not exist in this font.\n"
252 "not exist in the new font.\n"
303 "not exist in the new font.\n"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0002-Fix-configure-when-bin-sh-is-not-bash.patch36 echo "Warning: The user account 'oprofile:oprofile' does not exist on the system."
37 echo " To profile JITed code, this special user account must exist."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0015-bootstrap-check-commands-of-openssl-exist.patch4 Subject: [PATCH] bootstrap: check commands of openssl exist
31 +# check commands of openssl exist
/openbmc/telemetry/tests/src/mocks/
H A Djson_storage_mock.hpp13 MOCK_METHOD(bool, exist, (const FilePath&), (const, override));
/openbmc/telemetry/src/interfaces/
H A Djson_storage.hpp23 virtual bool exist(const FilePath& path) const = 0;

12345678910>>...18