Home
last modified time | relevance | path

Searched refs:fromContents (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DTokenizer.h51 static status_t fromContents(const String8& filename,
/aosp12/system/core/libutils/
H A DTokenizer.cpp99 status_t Tokenizer::fromContents(const String8& filename, in fromContents() function in android::Tokenizer
/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp76 status_t status = Tokenizer::fromContents(String8(filename.c_str()), contents, &tokenizer); in loadContents()
H A DKeyCharacterMap.cpp183 status_t status = Tokenizer::fromContents(String8(filename.c_str()), contents, &tokenizer); in loadContents()