Home
last modified time | relevance | path

Searched defs:image_file_name (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test.cpp51 std::string image_file_name = vbmeta_image_path.RemoveExtension().BaseName().value(); in ModifyVBMetaHeaderFlags() local
H A Davb_util_test.cpp72 std::string image_file_name = image_path.RemoveExtension().BaseName().value(); in SetVBMetaFlags() local
604 std::string image_file_name = avb_image_path.RemoveExtension().BaseName().value(); in CompareVBMeta() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc269 const string& image_file_name, in PrintTopDetections()
/aosp_15_r20/external/pdfium/samples/
H A Dpdfium_test.cc949 std::string image_file_name = bitmap_writer( in WrapPageWriter() local
1261 std::string image_file_name = WriteSkp(name.c_str(), page_index, *picture_); in Write() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc702 uint32_t GetImageObjectSectionSize(const std::string& image_file_name) { in GetImageObjectSectionSize()