OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileName
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOWindows.cpp
119
std::string
FileName
= DirPlusFile(Dir, FindInfo.cFileName);
128
ListFilesInDirRecursive(
FileName
, Epoch, V, false);
130
else if (IsFile(
FileName
, FindInfo.dwFileAttributes))
131
V->push_back(
FileName
);
182
static size_t ParseDrive(const std::string &
FileName
, const size_t Offset,
184
if (Offset + 1 >=
FileName
.size() ||
FileName
[Offset + 1] != ':')
186
if (Offset + 2 >=
FileName
.size() || !IsSeparator(
FileName
[Offset + 2])) {
197
static size_t ParseFileName(const std::string &
FileName
, const size_t Offset)
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h
56
CONST CHAR16 *
FileName
;
76
IN CONST CHAR16 *
FileName
,
90
IN CONST CHAR16 *
FileName
260
IN CONST CHAR16 *
FileName
,
efiprot.h
322
IN CHAR16 *
FileName
,
419
IN CHAR16 *
FileName
,
487
CHAR16
FileName
[1];
491
// The
FileName
field of the EFI_FILE_INFO data structure is variable length.
493
// be the size of the data structure without the
FileName
field. The following macro
494
// computes this size correctly no matter how big the
FileName
array is declared.
498
#define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,
FileName
)
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
2312
const char*
FileName
(void) {
2326
FILE *fp = setmntent(fstabtmp.
FileName
(), "r");
2344
FILE *fp = setmntent(fstabtmp.
FileName
(), "r");
/src/sys/arch/i386/stand/pxeboot/
pxe.h
367
uint8_t
FileName
[128];
388
uint8_t
FileName
[128];
405
uint8_t
FileName
[128];
488
uint8_t bootfile[128]; /* boot
filename
*/
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
444
CHAR16 *
FileName
,
511
CHAR16
FileName
[];
514
#define SIZE_OF_ACPI_EFI_FILE_INFO ACPI_OFFSET(ACPI_EFI_FILE_INFO,
FileName
)
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025