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:excludePath
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
scanner_utils.cpp
154
string
excludePath
= curPath.append("/.nomedia");
in IsDirHidden()
local
156
if (ScannerUtils::IsExists(
excludePath
)) {
in IsDirHidden()
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H
A
D
ringtone_scanner_utils.cpp
144
string
excludePath
= curPath.append("/.nomedia");
in IsDirHidden()
local
146
if (RingtoneScannerUtils::IsExists(
excludePath
)) {
in IsDirHidden()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H
A
D
quota_manager.cpp
715
static void SetExcludePathMap(std::string &
excludePath
, std::map<std::string, bool> &excludesMap)
in SetExcludePathMap()
argument
717
if (
excludePath
.empty()) {
in SetExcludePathMap()
722
if (stat(
excludePath
.c_str(), &fileStatInfo) != 0) {
in SetExcludePathMap()
723
LOGE("SetExcludePathMap call stat error %{private}s, errno:%{public}d",
excludePath
.c_str(), errno);
in SetExcludePathMap()
727
if (
excludePath
.back() != FILE_SEPARATOR_CHAR) {
in SetExcludePathMap()
728
excludePath
.push_back(FILE_SEPARATOR_CHAR);
in SetExcludePathMap()
730
excludesMap.insert({
excludePath
, true});
in SetExcludePathMap()
732
excludesMap.insert({
excludePath
, false});
in SetExcludePathMap()
Completed in 3 milliseconds