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:IsDirExists
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/memmgr/test/unittest/phone/
H
A
D
kernel_interface_test.cpp
121
bool ret = KernelInterface::GetInstance().
IsDirExists
(BASE_PATH);
in HWTEST_F()
255
bool ret = KernelInterface::GetInstance().
IsDirExists
(BASE_PATH);
in HWTEST_F()
259
ret = ret && KernelInterface::GetInstance().
IsDirExists
(path);
in HWTEST_F()
265
ret = ret && KernelInterface::GetInstance().
IsDirExists
(path);
in HWTEST_F()
273
bool ret = KernelInterface::GetInstance().
IsDirExists
(BASE_PATH);
in HWTEST_F()
285
ret = KernelInterface::GetInstance().
IsDirExists
(subDir1);
in HWTEST_F()
294
ret = KernelInterface::GetInstance().
IsDirExists
(basedir);
in HWTEST_F()
H
A
D
reclaim_strategy_manager_test.cpp
93
EXPECT_EQ(KernelInterface::GetInstance().
IsDirExists
(memcgPath), false);
in HWTEST_F()
119
EXPECT_EQ(KernelInterface::GetInstance().
IsDirExists
(memcgPath), false);
in HWTEST_F()
141
EXPECT_EQ(KernelInterface::GetInstance().
IsDirExists
(memcgPath), true);
in HWTEST_F()
H
A
D
user_memcg_test.cpp
144
EXPECT_EQ(KernelInterface::GetInstance().
IsDirExists
(memcg->GetMemcgPath_()), true);
in HWTEST_F()
155
EXPECT_EQ(KernelInterface::GetInstance().
IsDirExists
(memcg->GetMemcgPath_()), false);
in HWTEST_F()
/foundation/resourceschedule/memmgr/common/include/
H
A
D
kernel_interface.h
57
bool
IsDirExists
(const std::string& path);
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H
A
D
memcg.cpp
334
bool dirExists = KernelInterface::GetInstance().
IsDirExists
(GetMemcgPath_());
in AddProc()
/foundation/resourceschedule/memmgr/common/src/
H
A
D
kernel_interface.cpp
178
bool KernelInterface::
IsDirExists
(const std::string& path)
in IsDirExists()
function in OHOS::Memory::KernelInterface
Completed in 4 milliseconds