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:off64_t
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/services/applypatch/
H
A
D
raw_writer.h
51
off64_t
offset_;
H
A
D
raw_writer.cpp
77
offset_ += static_cast<
off64_t
>(len);
in WriteInternal()
H
A
D
block_set.cpp
156
ret = lseek64(fd, static_cast<
off64_t
>(it->first * H_BLOCK_SIZE), SEEK_SET);
in ReadDataFromBlock()
177
off64_t
offset = static_cast<
off64_t
>(it->first * H_BLOCK_SIZE);
in WriteDataToBlock()
347
off64_t
offset = static_cast<
off64_t
>(iter->first * H_BLOCK_SIZE);
in WriteZeroToBlock()
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_stream.cpp
27
#define
off64_t
off_t
macro
146
off64_t
ret = ftello64(stream_);
in GetFileLength()
182
off64_t
ret = ftello64(stream_);
in Flush()
/base/update/updater/services/include/fs_manager/
H
A
D
partitions.h
65
typedef
off64_t
updater_sector_t;
/base/update/updater/services/updater_binary/
H
A
D
update_image_block.cpp
414
if (lseek64(fd, static_cast<
off64_t
>(it->first * H_BLOCK_SIZE), SEEK_SET) == -1) {
in ExecReadBlockInfo()
580
if (lseek64(fd, static_cast<
off64_t
>(it->first * H_BLOCK_SIZE), SEEK_SET) == -1) {
in PrintAbnormalBlockHash()
624
if (lseek64(fd, static_cast<
off64_t
>(it->first * H_BLOCK_SIZE), SEEK_SET) == -1) {
in CalculateBlockSha()
Completed in 4 milliseconds