Home
last modified time | relevance | path

Searched defs:FromPath (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/libsqlite3-sys/
Dbuild.rs178 FromPath(String), enumerator
/external/libtextclassifier/native/actions/
Dactions-suggestions.cc231 std::unique_ptr<ActionsSuggestions> ActionsSuggestions::FromPath( in FromPath() function in libtextclassifier3::ActionsSuggestions
240 std::unique_ptr<ActionsSuggestions> ActionsSuggestions::FromPath( in FromPath() function in libtextclassifier3::ActionsSuggestions
/external/libtextclassifier/native/annotator/
Dannotator.cc280 std::unique_ptr<Annotator> Annotator::FromPath(const std::string& path, in FromPath() function in libtextclassifier3::Annotator
287 std::unique_ptr<Annotator> Annotator::FromPath( in FromPath() function in libtextclassifier3::Annotator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp850 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink()