Home
last modified time | relevance | path

Searched refs:subdirectory (Results 1 – 25 of 184) sorted by relevance

12345678

/openbmc/phosphor-power/test/
H A Dtemporary_subdirectory_tests.cpp30 TemporarySubDirectory subdirectory{}; in TEST() local
32 fs::path path = subdirectory.getPath(); in TEST()
106 TemporarySubDirectory subdirectory{}; in TEST() local
107 EXPECT_FALSE(subdirectory.getPath().empty()); in TEST()
108 EXPECT_TRUE(fs::exists(subdirectory.getPath())); in TEST()
111 fs::path path = subdirectory.getPath(); in TEST()
120 subdirectory = static_cast<TemporarySubDirectory&&>(subdirectory); in TEST()
126 EXPECT_EQ(subdirectory.getPath(), path); in TEST()
184 TemporarySubDirectory subdirectory{}; in TEST() local
185 path = subdirectory.getPath(); in TEST()
[all …]
/openbmc/phosphor-power/
H A Dtemporary_subdirectory.hpp65 TemporarySubDirectory(TemporarySubDirectory&& subdirectory) : in TemporarySubDirectory() argument
66 path{std::move(subdirectory.path)} in TemporarySubDirectory()
69 subdirectory.path.clear();
82 TemporarySubDirectory& operator=(TemporarySubDirectory&& subdirectory);
H A Dtemporary_subdirectory.cpp52 TemporarySubDirectory&& subdirectory) in operator =() argument
55 if (this != &subdirectory) in operator =()
61 path = std::move(subdirectory.path); in operator =()
64 subdirectory.path.clear(); in operator =()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/
H A D0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch19 -set(CMAKE_INSTALL_DIR "lib/cmake" CACHE PATH "The subdirectory to install cmake config files (defa…
20 -set(PKGCONFIG_INSTALL_DIR "lib/pkgconfig" CACHE PATH "The subdirectory to install pkgconfig config…
21 +set(CMAKE_INSTALL_DIR "lib${LIB_SUFFIX}/cmake" CACHE PATH "The subdirectory to install cmake confi…
22 +set(PKGCONFIG_INSTALL_DIR "lib${LIB_SUFFIX}/pkgconfig" CACHE PATH "The subdirectory to install pkg…
23 …set(DOC_INSTALL_DIR "share/doc" CACHE PATH "The subdirectory to install documentation files (defau…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch27 … this option, your current working directory should be <filename>/root</filename> or a subdirectory
29 … this option, your current working directory should be <filename>~root</filename> or a subdirectory
40 …ion, your current working directory should be <code class="filename">/root</code> or a subdirectory
42 …ion, your current working directory should be <code class="filename">~root</code> or a subdirectory
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/
H A Dlibvpx-configure-support-blank-prefix.patch42 - die "Libdir ${libdir} must be a subdirectory of ${prefix}"
48 + die "Libdir ${libdir} must be a subdirectory of ${prefix}"
/openbmc/openbmc/meta-openembedded/meta-networking/
H A DREADME.md26 subdirectory: meta-oe
30 subdirectory: meta-python
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/subdir/
H A Dfileinsubdir1 A file in a subdirectory
/openbmc/phosphor-dbus-interfaces/
H A DREADME.md15 found under the `gen` subdirectory. When adding or removing YAML files, this
17 subdirectory: `cd gen && ./regenerate-meson`.
/openbmc/ibm-dbus-interfaces/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/openpower-host-ipmi-oem/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/ibm-logging/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/phosphor-webui/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/pyphosphor/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/phosphor-state-manager/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/phosphor-mrw-tools/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/phosphor-watchdog/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/gpioplus/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/slpd-lite/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/sdeventplus/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/phosphor-dbus-monitor/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/debug-trigger/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/witherspoon-pfault-analysis/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/dbus-sensors/src/mctp/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are
/openbmc/dbus-sensors/src/nvme/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are

12345678