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:DIRECTORY_SYMBOL
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
vk_loader_platform.h
133
#define
DIRECTORY_SYMBOL
'/'
macro
178
#define
DIRECTORY_SYMBOL
'\\'
macro
227
// Returns true if the
DIRECTORY_SYMBOL
is contained within path
228
static inline bool loader_platform_is_path(const char *path) { return strchr(path,
DIRECTORY_SYMBOL
) != NULL; }
in loader_platform_is_path()
490
if (*path ==
DIRECTORY_SYMBOL
|| path[1] == ':') {
in loader_platform_is_path_absolute()
503
next = strchr(current,
DIRECTORY_SYMBOL
);
in loader_platform_dirname()
508
// Point one character past the
DIRECTORY_SYMBOL
:
in loader_platform_dirname()
H
A
D
loader.c
1942
if (library_path[i] ==
DIRECTORY_SYMBOL
) {
in combine_manifest_directory_and_library_path()
1961
// look for the last occurrence of
DIRECTORY_SYMBOL
in manifest_file_path
in combine_manifest_directory_and_library_path()
1965
if (manifest_file_path[i] ==
DIRECTORY_SYMBOL
) {
in combine_manifest_directory_and_library_path()
2002
int path_concat_ret = snprintf(out_fullpath, out_size, "%s%c%s", dir,
DIRECTORY_SYMBOL
, file);
in loader_get_fullpath()
2799
if (*(cur_write - 1) !=
DIRECTORY_SYMBOL
) {
in copy_data_file_info()
2800
*cur_write++ =
DIRECTORY_SYMBOL
;
in copy_data_file_info()
3190
*cur_path_ptr++ =
DIRECTORY_SYMBOL
;
3656
char *just_filename_str = strrchr(manifest_files.list[i],
DIRECTORY_SYMBOL
);
Completed in 11 milliseconds