Home
last modified time | relevance | path

Searched refs:GetDirSeparator (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/io/
DFileSystem.h70 char GetDirSeparator() override;
DZipArchive.h69 char GetDirSeparator() override;
DFile.h107 virtual char GetDirSeparator() = 0;
DFileSystem.cpp137 char FileCollection::GetDirSeparator() { in GetDirSeparator() function in aapt::io::FileCollection
DZipArchive.cpp164 char ZipFileCollection::GetDirSeparator() { in GetDirSeparator() function in aapt::io::ZipFileCollection
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp663 if (auto maybe_path_data = ExtractResourcePathData(path, inputs->GetDirSeparator(), &err_str)) { in Compile()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp37 MOCK_METHOD0(GetDirSeparator, char());