Lines Matching refs:lookupPinSubdir
108 constexpr const char* lookupPinSubdir(const domain d, const char* const unspecified = "") { in lookupPinSubdir() function
123 if (strlen(lookupPinSubdir(d)) >= BPF_PIN_SUBDIR_CHAR_ARRAY_SIZE) abort(); in getDomainFromPinSubdir()
124 if (!strncmp(s, lookupPinSubdir(d), BPF_PIN_SUBDIR_CHAR_ARRAY_SIZE)) return d; in getDomainFromPinSubdir()
742 lookupSelinuxContext(selinux_context), lookupPinSubdir(selinux_context)); in createMaps()
749 static_cast<int>(pin_subdir), lookupPinSubdir(pin_subdir)); in createMaps()
755 string mapPinLoc = string(BPF_FS_PATH) + lookupPinSubdir(pin_subdir, prefix) + "map_" + in createMaps()
790 string createLoc = string(BPF_FS_PATH) + lookupPinSubdir(selinux_context) + in createMaps()
980 lookupSelinuxContext(selinux_context), lookupPinSubdir(selinux_context)); in loadCodeSections()
986 lookupPinSubdir(pin_subdir)); in loadCodeSections()
997 string progPinLoc = string(BPF_FS_PATH) + lookupPinSubdir(pin_subdir, prefix) + "prog_" + in loadCodeSections()
1044 string createLoc = string(BPF_FS_PATH) + lookupPinSubdir(selinux_context) + in loadCodeSections()