/aosp_15_r20/external/zlib/google/ |
H A D | zip_reader.cc | 620 : owned_file_(std::move(owned_file)) { in FileWriterDelegate() 621 DCHECK_EQ(file_, &owned_file_); in FileWriterDelegate() 689 owned_file_.Initialize(output_file_path_, in PrepareOutput() 691 if (!owned_file_.IsValid()) { in PrepareOutput() 693 << base::File::ErrorToString(owned_file_.error_details()); in PrepareOutput() 697 const int64_t length = owned_file_.GetLength(); in PrepareOutput() 714 owned_file_.Close(); in OnError()
|
H A D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/google/ |
D | zip_reader.h | 320 base::File owned_file_; 323 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/zlib/google/ |
D | zip_reader.h | 320 base::File owned_file_; 323 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/zlib/google/ |
D | zip_reader.h | 320 base::File owned_file_; 323 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/zlib/google/ |
D | zip_reader.h | 320 base::File owned_file_; 323 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/zlib/google/ |
D | zip_reader.h | 320 base::File owned_file_; 323 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/zlib/google/ |
D | zip_reader.h | 371 base::File owned_file_; 374 base::File* const file_ = &owned_file_;
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file_loader.cc | 316 owned_file_ = File(filename_, O_RDONLY, /* check_usage= */ false); in InitAndReadMagic() 317 if (!owned_file_->IsValid()) { in InitAndReadMagic() 321 file_ = &owned_file_.value(); in InitAndReadMagic()
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/zlib/google/ |
D | zip_reader.h | 267 std::unique_ptr<base::File> owned_file_; variable
|