Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Dirname
(Results
1 - 15
of
15
) sorted by relevance
/third_party/toybox/kconfig/
H
A
D
lkc.h
20
# define bindtextdomain(Domainname,
Dirname
) ((const char *) (
Dirname
))
/third_party/skia/src/utils/
H
A
D
SkOSPath.h
52
static SkString
Dirname
(const char* fullPath);
H
A
D
SkOSPath.cpp
32
SkString SkOSPath::
Dirname
(const char* fullPath) {
in Dirname()
function in SkOSPath
/third_party/skia/tools/viewer/
H
A
D
SvgSlide.cpp
36
skresources::FileResourceProvider::Make(SkOSPath::
Dirname
(fPath.c_str()),
in load()
H
A
D
SkottieSlide.cpp
163
skresources::FileResourceProvider::Make(SkOSPath::
Dirname
(fPath.c_str()),
in load()
/third_party/skia/modules/svg/utils/
H
A
D
SvgTool.cpp
45
skresources::FileResourceProvider::Make(SkOSPath::
Dirname
(FLAGS_input[0]),
in main()
/third_party/skia/tests/
H
A
D
OSPathTest.cpp
13
* Test SkOSPath::Join, SkOSPath::Basename, and SkOSPath::
Dirname
.
41
SkString dirname = SkOSPath::
Dirname
(fullName.c_str());
in test_dir_with_file()
/third_party/skia/modules/svg/src/
H
A
D
SkSVGImage.cpp
44
const auto path = SkOSPath::
Dirname
(href.iri().c_str());
in LoadImage()
/third_party/skia/tools/
H
A
D
skottie2movie.cpp
63
assetPath = SkOSPath::
Dirname
(FLAGS_input[0]);
in main()
/third_party/skia/tools/trace/
H
A
D
ChromeTracingTracer.cpp
275
SkString dirname = SkOSPath::
Dirname
(fFilename.c_str());
in flush()
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
649
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/
H
A
D
SkottieTool.cpp
268
skresources::FileResourceProvider::Make(SkOSPath::
Dirname
(FLAGS_input[0]),
in main()
/third_party/skia/tools/fm/
H
A
D
fm.cpp
475
const SkString dir = SkOSPath::
Dirname
(name.c_str());
in main()
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
1192
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/
H
A
D
nanobench.cpp
345
SkString dir = SkOSPath::
Dirname
(filename.c_str());
in write_canvas_png()
Completed in 13 milliseconds