Home
last modified time | relevance | path

Searched refs:Dirname (Results 1 – 15 of 15) sorted by relevance

/third_party/toybox/kconfig/
Dlkc.h20 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) argument
/third_party/skia/src/utils/
DSkOSPath.h52 static SkString Dirname(const char* fullPath);
DSkOSPath.cpp32 SkString SkOSPath::Dirname(const char* fullPath) { in Dirname() function in SkOSPath
/third_party/skia/tools/viewer/
DSvgSlide.cpp36 skresources::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()), in load()
DSkottieSlide.cpp163 skresources::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()), in load()
/third_party/skia/modules/svg/utils/
DSvgTool.cpp45 skresources::FileResourceProvider::Make(SkOSPath::Dirname(FLAGS_input[0]), in main()
/third_party/skia/tests/
DOSPathTest.cpp41 SkString dirname = SkOSPath::Dirname(fullName.c_str()); in test_dir_with_file()
/third_party/skia/modules/svg/src/
DSkSVGImage.cpp44 const auto path = SkOSPath::Dirname(href.iri().c_str()); in LoadImage()
/third_party/skia/tools/
Dskottie2movie.cpp63 assetPath = SkOSPath::Dirname(FLAGS_input[0]); in main()
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp275 SkString dirname = SkOSPath::Dirname(fFilename.c_str()); in flush()
/third_party/skia/tools/skpbench/
Dskpbench.cpp649 if (!mkdir_p(SkOSPath::Dirname(FLAGS_png[0]))) { in main()
726 return mkdir_p(SkOSPath::Dirname(dirname.c_str())) && sk_mkdir(dirname.c_str()); in mkdir_p()
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp268 skresources::FileResourceProvider::Make(SkOSPath::Dirname(FLAGS_input[0]), in main()
/third_party/skia/tools/fm/
Dfm.cpp475 const SkString dir = SkOSPath::Dirname(name.c_str()); in main()
/third_party/skia/dm/
DDMSrcSink.cpp1192 skresources::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()), in draw()
1334 skresources::FileResourceProvider::Make(SkOSPath::Dirname(path.c_str()), in SVGSrc()
/third_party/skia/bench/
Dnanobench.cpp345 SkString dir = SkOSPath::Dirname(filename.c_str()); in write_canvas_png()