Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp92 std::unique_ptr<DIR, decltype(closedir)*> subdir(opendir(prefix_path.data()), closedir); in Create() local
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp66 void ForkTest(const std::string& subdir, const std::function<void(void)>& test_body) { in ForkTest()
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.cpp617 sp<AaptDir> subdir = this; in makeDir() local
707 sp<AaptDir> subdir; in slurpFullTree() local
939 sp<AaptDir> subdir = new AaptDir(rootStr, partialPath); in addFile() local
959 sp<AaptDir> subdir = res->makeDir(dirname); in addResource() local
/aosp14/frameworks/base/tools/bit/
H A Dutil.cpp115 string subdir = name + "/" + entry->d_name; in get_directory_contents() local
/aosp14/frameworks/base/tools/aapt2/util/
H A DFiles.cpp382 for (const std::string& subdir : subdirs) { in FindFiles() local