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:fdPath
(Results
1 - 6
of
6
) sorted by relevance
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_utils.cpp
163
uint32_t PrintUtils::GetIdFromFdPath(const std::string &
fdPath
)
in GetIdFromFdPath()
argument
165
std::string fd_str =
fdPath
.substr(
fdPath
.rfind('/') + 1,
fdPath
.length());
in GetIdFromFdPath()
/base/sensors/miscdevice/utils/common/src/
H
A
D
file_utils.cpp
223
std::string
fdPath
= "/proc/self/fd/" + std::to_string(fd);
in GetFileSuffix()
local
225
ssize_t ret = readlink(
fdPath
.c_str(), filePath, FILE_PATH_MAX);
in GetFileSuffix()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
napi_scan_utils.cpp
414
uint32_t NapiScanUtils::GetIdFromFdPath(const std::string &
fdPath
)
in GetIdFromFdPath()
argument
416
std::string fd_str =
fdPath
.substr(
fdPath
.rfind('/') + 1,
fdPath
.length());
in GetIdFromFdPath()
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
print_utils.h
48
static uint32_t GetIdFromFdPath(const std::string &
fdPath
);
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
napi_scan_utils.h
95
static uint32_t GetIdFromFdPath(const std::string &
fdPath
);
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H
A
D
print_task.cpp
52
for (auto
fdPath
: innerList) {
in PrintTask()
54
uint32_t fd = PrintUtils::GetIdFromFdPath(
fdPath
);
in PrintTask()
Completed in 4 milliseconds