Home
last modified time | relevance | path

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

12345678910

/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()
114 subdirectory = static_cast<TemporarySubDirectory&&>(subdirectory); in TEST()
117 EXPECT_EQ(subdirectory.getPath(), path); in TEST()
175 TemporarySubDirectory subdirectory{}; in TEST() local
176 path = subdirectory.getPath(); in TEST()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-boot_params5 files: "data" and "version" and one subdirectory "setup_data".
9 If there's no setup_data in boot_params the subdirectory will
17 "setup_data" subdirectory contains the setup_data data
19 as a link list. In "setup_data" subdirectory there's one
20 subdirectory for each link list node named with the number
21 of the list nodes. The list node subdirectory contains two
H A Dsysfs-kernel-mm-cma5 /sys/kernel/mm/cma/ contains a subdirectory for each CMA
8 Each CMA heap subdirectory (that is, each
H A Dsysfs-class-rapidio6 The /sys/class/rapidio_port subdirectory contains individual
40 the corresponding subdirectory will also contain subdirectories for each
43 The example below shows mport device subdirectory with several child RapidIO
/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/linux/Documentation/PCI/endpoint/function/binding/
H A Dpci-ntb.rst7 1) Create a subdirectory to pci_epf_ntb directory in configfs.
26 2) Create a subdirectory to directory created in 1
/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/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/s2600wf-misc/
H A DOWNERS13 # in any subdirectory. The contents of the subdirectory OWNERS file are

12345678910