Searched refs:directory (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/otautil/ |
D | roots.cpp | 132 int format_volume(const std::string& volume, const std::string& directory) { in format_volume() argument 207 if (result == 0 && !directory.empty()) { in format_volume() 209 "/system/bin/e2fsdroid", "-e", "-f", directory, "-a", volume, v->blk_device, in format_volume() 237 if (!directory.empty()) { in format_volume() 239 "/system/bin/sload_f2fs", "-f", directory, "-t", volume, v->blk_device, in format_volume()
|
/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/fonts/ |
D | README | 1 The images in this directory were generated using the font
|
/bootable/recovery/otautil/include/otautil/ |
D | roots.h | 51 int format_volume(const std::string& volume, const std::string& directory);
|
/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. 200 changing of SELinux labels of OTA packages directory might be required
|
/bootable/recovery/ |
D | README.md | 116 the host-side `adbd`, make sure the filename (or the directory) of the matching private key has been
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 686 std::unique_ptr<DIR, decltype(&closedir)> directory(opendir(dirname.c_str()), closedir); in EnumerateStash() local 688 if (directory == nullptr) { in EnumerateStash() 696 while ((item = readdir(directory.get())) != nullptr) { in EnumerateStash()
|