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:IS_SLASH
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/uvwasi/src/
H
A
D
path_resolver.c
12
# define
IS_SLASH
(c) ((c) == '/')
macro
14
# define
IS_SLASH
(c) ((c) == '/' || (c) == '\\')
macro
27
if (
IS_SLASH
(*s))
in uvwasi__strchr_slash()
68
while (!
IS_SLASH
(*last) && last != normalized_path) {
in uvwasi__normalize_path()
/third_party/libsnd/regtest/
H
A
D
database.c
79
#define
IS_SLASH
(c) ((c) == '\\' || (c) == '/')
macro
80
#define HAS_DRIVELETTER(path) (isalpha ((int)(path[0])) && path[1] == ':' &&
IS_SLASH
(path[2]))
82
#define
IS_SLASH
(c) ((c) == '/')
macro
435
if (!
IS_SLASH
(filepath [0]) && !HAS_DRIVELETTER(filepath))
in get_filename_pathname()
521
if (
IS_SLASH
(*fname))
in db_basename()
/third_party/libuv/src/win/
H
A
D
fs.c
120
#define
IS_SLASH
(c) ((c) == L'\\' || (c) == L'/')
macro
1525
else if (
IS_SLASH
(pathw[len - 1]))
in fs__opendir()
2380
path[1] == L':' &&
IS_SLASH
(path[2]);
in fs__create_junction()
2414
if (
IS_SLASH
(path[i])) {
in fs__create_junction()
2440
if (
IS_SLASH
(path[i])) {
in fs__create_junction()
/third_party/node/deps/uv/src/win/
H
A
D
fs.c
115
#define
IS_SLASH
(c) ((c) == L'\\' || (c) == L'/')
macro
1602
else if (
IS_SLASH
(pathw[len - 1]))
in fs__opendir()
2399
path[1] == L':' &&
IS_SLASH
(path[2]);
in fs__create_junction()
2433
if (
IS_SLASH
(path[i])) {
in fs__create_junction()
2459
if (
IS_SLASH
(path[i])) {
in fs__create_junction()
Completed in 11 milliseconds