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:max_path
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
utils.c
524
#define
max_path
20
macro
537
char *names[
max_path
+ 1];// XXX ntfs_malloc? and make max bigger?
in utils_inode_get_name()
550
for (i = 0; i <
max_path
; i++) {
in utils_inode_get_name()
611
if (i >=
max_path
) {
in utils_inode_get_name()
613
ntfs_log_error("The directory structure is too deep (over %d) nested directories.\n",
max_path
);
in utils_inode_get_name()
618
for (i =
max_path
; i >= 0; i--) {
in utils_inode_get_name()
632
for (i = 0; i <
max_path
; i++)
in utils_inode_get_name()
639
#undef
max_path
macro
/third_party/skia/tools/skqp/src/
H
A
D
skqp_model.cpp
117
SkString
max_path
= SkOSPath::Join(img_path.c_str(), kMaxPngPath);
in CheckAgainstModel()
local
120
result.fMaxPng = mgr->open(
max_path
.c_str());
in CheckAgainstModel()
/third_party/lame/frontend/
H
A
D
parse.c
1371
size_t const
max_path
= PATH_MAX;
in generateOutPath()
local
1380
if (i >=
max_path
) {
in generateOutPath()
1386
if (i >=
max_path
) {
in generateOutPath()
1396
if (i+n >=
max_path
) {
in generateOutPath()
1404
if (i >=
max_path
) {
in generateOutPath()
1415
if (i+n >=
max_path
) {
in generateOutPath()
1433
if (i >=
max_path
) {
in generateOutPath()
1440
if (i+5 >=
max_path
) {
in generateOutPath()
Completed in 6 milliseconds