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:subDir
(Results
1 - 3
of
3
) sorted by relevance
/base/update/updater/utils/
H
A
D
utils_fs.cpp
53
auto
subDir
= pathName.substr(0, slashPos);
in MkdirRecursive()
local
54
LOG(INFO) << "
subDir
: " <<
subDir
;
in MkdirRecursive()
55
if (stat(
subDir
.c_str(), &info) != 0) {
in MkdirRecursive()
56
int ret = mkdir(
subDir
.c_str(), mode);
in MkdirRecursive()
/base/startup/init/interfaces/innerkits/fs_manager/switch_root/
H
A
D
switch_root.c
61
DIR *
subDir
= fdopendir(fd);
in FreeOldRoot()
local
62
if (
subDir
!= NULL) {
in FreeOldRoot()
63
FreeOldRoot(
subDir
, dev);
in FreeOldRoot()
64
closedir(
subDir
);
in FreeOldRoot()
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_utils.cpp
113
auto
subDir
= path.substr(0, slashPos);
in GetFileSize()
local
114
if (stat(
subDir
.c_str(), &info) != 0) {
in GetFileSize()
116
int ret = mkdir(
subDir
.c_str());
in GetFileSize()
118
int ret = mkdir(
subDir
.c_str(), mode);
in GetFileSize()
Completed in 2 milliseconds