Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcache.h29 char *mkpath(const char *fmt, ...) __printf(1, 2);
H A Dpath.c48 char *mkpath(const char *fmt, ...) in mkpath() function
H A Dconfig.c701 user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config_set__init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqabstractgeotilecache.cpp126 QDir::root().mkpath(dir); in baseCacheDirectory()
H A Dqgeofiletilecache.cpp121 const bool directoryCreated = QDir::root().mkpath(directory_); in init()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0027-HACK-qmake-Workaround-installation-race-of-qtdeclara.patch26 QDir::root().mkpath(QFileInfo(target).absolutePath());
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-config.c160 char *user_config = mkpath("%s/.perfconfig", getenv("HOME")); in cmd_config()
H A Dbuiltin-help.c393 if (stat(mkpath("%s/perf.html", html_path), &st) in get_html_page_path()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyindecoderservice.cpp94 QDir().mkpath(usrDictInfo.absolutePath()); in init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomappingmanagerenginemapboxgl.cpp156 if (!memoryCache && QDir::root().mkpath(cacheDirectory)) { in QGeoMappingManagerEngineMapboxGL()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch61 self.mkpath(os.path.dirname(f))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp115 QDir::root().mkpath(directory_); in init()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0001-Add-linux-oe-g-platform.patch58 mkpath($$test_out_dir)|error()
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl1727 mkpath($dir) or
4311 mkpath($outputdir) or
4349 mkpath($tmpdir) or
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch293 mkpath("$outputdir/$testname/$subname");
/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.cpp719 if (!d.mkpath(QLatin1String("."))) in userDir()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp174 dir.mkpath(directory); in save()
H A Dhistory.cpp318 dir.mkpath(directory); in save()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun587 mkpath($path, {chmod => 0755});
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch853 -static int mkpath(const char *path) {
855 +static int mkpath(char *path) {