Home
last modified time | relevance | path

Searched refs:resource_dir (Results 1 – 6 of 6) sorted by relevance

/aosp12/bootable/recovery/otautil/include/otautil/
H A Dpaths.h51 std::string resource_dir() const { in resource_dir() function
54 void set_resource_dir(const std::string& resource_dir) { in set_resource_dir() argument
55 resource_dir_ = resource_dir; in set_resource_dir()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp66 std::string resource_dir; member
136 name << data.resource_dir; in BuildIntermediateContainerFilename()
374 xmlres->file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileXml()
443 r_txt_printer.Print(path_data.resource_dir); in CompileXml()
461 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompilePng()
568 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileFile()
676 if (path_data.resource_dir == "values" && path_data.extension == "xml") { in Compile()
682 } else if (const ResourceType* type = ParseResourceType(path_data.resource_dir)) { in Compile()
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp529 TemporaryDir resource_dir; in TEST_F() local
531 tempfiles.push_back(android::base::StringPrintf("%s/loop%s.png", resource_dir.path, name)); in TEST_F()
535 tempfiles.push_back(android::base::StringPrintf("%s/intro%s.png", resource_dir.path, name)); in TEST_F()
538 Paths::Get().set_resource_dir(resource_dir.path); in TEST_F()
/aosp12/bootable/recovery/tools/image_generator/
H A DREADME.md10 --resource_dir resourceDirectory --output_file outputFilename`
/aosp12/bootable/recovery/recovery_ui/
H A Dscreen_ui.cpp961 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation()
/aosp12/build/make/core/
H A DMakefile2004 resource_dir := bootable/recovery/tools/recovery_l10n/res/ macro
2005 resource_dir_deps := $(sort $(shell find $(resource_dir) -name *.xml -not -name .*))
2010 $(RECOVERY_INSTALLING_TEXT_FILE): PRIVATE_RESOURCE_DIR := $(resource_dir)
2041 --resource_dir $(PRIVATE_RESOURCE_DIR) \