OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mkdir_p
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py
145
def
mkdir_p
(path):
function
146
"""
mkdir_p
(path) - Make the "path" directory, if it does not exist; this
153
mkdir_p
(parent)
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py
154
def
mkdir_p
(path):
function
155
"""
mkdir_p
(path) - Make the "path" directory, if it does not exist; this
162
mkdir_p
(parent)
/src/external/bsd/kyua-cli/dist/utils/fs/
operations.cpp
190
fs::
mkdir_p
(const fs::path& dir, const int mode)
function in class:fs
196
fs::
mkdir_p
(dir.branch_path(), mode);
/src/external/bsd/pkg_install/dist/add/
perform.c
174
mkdir_p
(const char *path)
function
606
if (
mkdir_p
(pkg->install_logdir)) {
701
if (
mkdir_p
(pkg->install_prefix)) {
763
mkdir_p
(fullpath);
/src/external/gpl2/gmake/dist/w32/
Makefile
193
mkdir_p
= mkdir -p --
macro
389
$(
mkdir_p
) "$(distdir)$$dir"; \
/src/crypto/external/bsd/netpgp/dist/src/netpgp/
Makefile
114
MKDIR_P
= ../../buildaux/install-sh -c -d
177
mkdir_p
= $(top_builddir)/buildaux/install-sh -c -d
macro
231
test -z "$(bindir)" || $(
MKDIR_P
) "$(DESTDIR)$(bindir)"
311
test -z "$(man1dir)" || $(
MKDIR_P
) "$(DESTDIR)$(man1dir)"
410
*/*) $(
MKDIR_P
) `echo "$$dist_files" | \
433
test -z "$$dir" || $(
MKDIR_P
) "$$dir"; \
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Makefile
114
MKDIR_P
= ../../buildaux/install-sh -c -d
177
mkdir_p
= $(top_builddir)/buildaux/install-sh -c -d
macro
231
test -z "$(bindir)" || $(
MKDIR_P
) "$(DESTDIR)$(bindir)"
311
test -z "$(man1dir)" || $(
MKDIR_P
) "$(DESTDIR)$(man1dir)"
410
*/*) $(
MKDIR_P
) `echo "$$dist_files" | \
433
test -z "$$dir" || $(
MKDIR_P
) "$$dir"; \
/src/external/gpl2/xcvs/dist/src/
server.c
363
mkdir_p
(char *dir)
function
919
while ((status =
mkdir_p
(server_temp_dir)) == EEXIST)
1229
status =
mkdir_p
(gDirname);
1277
is the correct behavior --
mkdir_p
may have written a
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026