OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dir
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp
56
void ListFilesInDirRecursive(const std::string &
Dir
, long *Epoch,
58
auto E = GetEpoch(
Dir
);
62
DIR
*D = opendir(
Dir
.c_str());
64
Printf("%s: %s; exiting\n", strerror(errno),
Dir
.c_str());
68
std::string Path = DirPlusFile(
Dir
, E->d_name);
FuzzerIO.h
33
// Returns "
Dir
/FileName" or equivalent for the current OS.
37
// Returns the name of the
dir
, similar to the 'dirname' utility.
58
void ListFilesInDirRecursive(const std::string &
Dir
, long *Epoch,
67
void GetSizedFilesFromDir(const std::string &
Dir
, Vector<SizedFile> *V);
70
// Similar to the basename utility: returns the file name w/o the
dir
prefix.
FuzzerIOWindows.cpp
95
void ListFilesInDirRecursive(const std::string &
Dir
, long *Epoch,
97
auto E = GetEpoch(
Dir
);
101
std::string Path(
Dir
);
114
Printf("No such file or directory: %s; exiting\n",
Dir
.c_str());
119
std::string FileName = DirPlusFile(
Dir
, FindInfo.cFileName);
297
// Remove file name from
Dir
.
FuzzerIO.cpp
90
void GetSizedFilesFromDir(const std::string &
Dir
, Vector<SizedFile> *V) {
92
ListFilesInDirRecursive(
Dir
, 0, &Files, /*TopDir*/true);
FuzzerLoop.cpp
744
for (auto &
Dir
: CorpusDirs) {
745
GetSizedFilesFromDir(
Dir
, &SizedFiles);
747
Dir
.c_str());
/src/tests/usr.bin/realpath/
t_realpath.sh
35
../
Dir
/StdOut
50
exist_results='
Dir
51
Dir
52
Dir
/StdOut
53
Dir
/S1
54
Dir
/S4
55
Dir
/S4
56
Dir
/S1/S2/File
57
Dir
/S1/S2/File
58
Dir
/Snr/HoH
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslfiles.c
490
* PARAMETERS:
Dir
- Directory pathname string
500
char *
Dir
)
509
DirLength = strlen (
Dir
);
517
if ((
Dir
[DirLength-1] != '/') &&
518
(
Dir
[DirLength-1] != '\\'))
525
NewDir->
Dir
= UtLocalCacheCalloc (DirLength + 1 + NeedsSeparator);
526
strcpy (NewDir->
Dir
,
Dir
);
529
strcat (NewDir->
Dir
, "/");
811
NextDir->
Dir
, Op, Op->Asl.Value.String)
[
all
...]
asltypes.h
346
char *
Dir
;
prutils.c
660
NextDir->
Dir
, Filename, OpenMode, FullPathname);
aslcompiler.h
1024
char *
Dir
);
/src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h
321
IN CONST CHAR16 *
Dir
Completed in 20 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025