Searched refs:mountPoint (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | overlayfs.py | 38 for mountPoint in requiredMountPoints: 39 if mountPoint not in overlayMountPoints: 40 …ing required mount point for OVERLAYFS_MOUNT_POINT[%s] in your MACHINE configuration" % mountPoint) 42 for mountPoint in overlayMountPoints: 43 mountPointList = d.getVarFlag('OVERLAYFS_WRITABLE_PATHS', mountPoint) 45 bb.debug(1, "No mount points defined for %s flag, don't add to file list", mountPoint)
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 54 mountPoint("/mnt/" + luksName + "_fs"), eraseMaxGeometry(eraseMaxGeometry), in EStoraged() 338 return mountPoint; in getMountPoint() 478 if (!fsIface->directoryExists(std::filesystem::path(mountPoint))) in mountFilesystem() 481 fsIface->createDirectory(std::filesystem::path(mountPoint)); in mountFilesystem() 484 lg2::error("Failed to create mount point: {DIR}", "DIR", mountPoint, in mountFilesystem() 492 retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem() 500 fsIface->removeDirectory(std::filesystem::path(mountPoint)); in mountFilesystem() 503 lg2::error("Failed to remove mount point: {DIR}", "DIR", mountPoint, in mountFilesystem() 510 lg2::info("Successfully mounted filesystem at {DIR}", "DIR", mountPoint, in mountFilesystem() 517 int retval = fsIface->doUnmount(mountPoint.c_str()); in unmountFilesystem() [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | HPSpecific.pm | 364 my $mountPoint = $fields[0]; 369 if($mountPoint =~ /^\/$|^\/etc|^\/var$/) { 372 &B_log("ERROR","$mountPoint is mounted read-only. Bastille needs to make\n" . 374 "$mountPoint read-write and then run Bastille again.\n\n"); 380 if(-e "$mountPoint/.bastille") { 384 `$touch $mountPoint/.bastille 1>/dev/null 2>&1`; 386 if( (! -e "$mountPoint/.bastille") || (($? >> 8) != 0) ) { 387 &B_log("ERROR","$mountPoint is an nfs mounted file system that does\n" . 390 "$mountPoint giving root access and then run Bastille\n" . 397 `$rm -f $mountPoint/.bastille 1>/dev/null 2>&1`; [all …]
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | overlayfs.bbclass | 103 for mountPoint in overlayMountPoints: 104 bb.debug(1, "Process variable flag %s" % mountPoint) 105 lowerList = d.getVarFlag('OVERLAYFS_WRITABLE_PATHS', mountPoint) 107 bb.note("No mount points defined for %s flag, skipping" % (mountPoint)) 111 (lower, d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint))) 112 prepareUnits(d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint), lower)
|
| H A D | rootfs-postcommands.bbclass | 533 for mountPoint in overlayMountPoints: 534 qaSkip = (d.getVarFlag("OVERLAYFS_QA_SKIP", mountPoint) or "").split() 538 mountPath = d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint) 549 bb.warn(f'Skip this check by setting OVERLAYFS_QA_SKIP[{mountPoint}] = '
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | monitordisk.py | 44 mountPoint = path 48 if path == mountPoint: 56 if procLines[1] == mountPoint:
|
| /openbmc/estoraged/include/ |
| H A D | estoraged.hpp | 204 std::string mountPoint; member in estoraged::EStoraged
|