Searched refs:directory (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/tools/image_generator/ |
D | README.md | 17 3. `fontDirectory`: The directory that contains all the support .ttf | .ttc 19 4. `resourceDirectory`: The resource directory that contains all the translated
|
/bootable/recovery/recovery_utils/ |
D | roots.cpp | 133 int format_volume(const std::string& volume, const std::string& directory) { in format_volume() argument 231 if (result == 0 && !directory.empty()) { in format_volume() 233 "/system/bin/e2fsdroid", "-e", "-f", directory, "-a", volume, v->blk_device, in format_volume() 271 if (!directory.empty()) { in format_volume() 273 "/system/bin/sload_f2fs", "-f", directory, "-t", volume, v->blk_device, in format_volume()
|
/bootable/recovery/fonts/ |
D | README | 1 The images in this directory were generated using the font
|
/bootable/recovery/recovery_utils/include/recovery_utils/ |
D | roots.h | 51 int format_volume(const std::string& volume, const std::string& directory);
|
/bootable/recovery/updater/ |
D | build_info.cpp | 46 for (const auto& directory : { "IMAGES", "RADIO" }) { in ParseTargetFile() 47 std::string entry_name = directory + fstab_info.mount_point + ".img"; in ParseTargetFile()
|
D | blockimg.cpp | 691 std::unique_ptr<DIR, decltype(&closedir)> directory(opendir(dirname.c_str()), closedir); in EnumerateStash() local 693 if (directory == nullptr) { in EnumerateStash() 701 while ((item = readdir(directory.get())) != nullptr) { in EnumerateStash()
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 26 5. Compress the output file put it under the corresponding directory.
|
/bootable/recovery/updater_sample/ |
D | README.md | 29 The directory can be found in logs or on the UI. In most cases it should be located at 175 This directory is expected to be read-only, unless explicitly remounted. 202 changing of SELinux labels of OTA packages directory might be required
|
/bootable/recovery/etc/ |
D | init.rc | 7 # Copy prebuilt ld.config.txt into linkerconfig directory
|
/bootable/recovery/ |
D | README.md | 128 the host-side `adbd`, make sure the filename (or the directory) of the matching private key has been
|