Searched defs:getAbsolutePath (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dtest_utils.h45 static inline std::string getAbsolutePath(const std::string &relativePath) { function in namespace:android::spirit
/frameworks/base/core/java/android/app/
H A DNativeActivity.java168 getAbsolutePath(getFilesDir()), getAbsolutePath(getObbDir()),
169 getAbsolutePath(getExternalFilesDir(null)),
180 private static String getAbsolutePath(File file) { method in class:NativeActivity
181 return (file != null) ? file.getAbsolutePath() : null;

Completed in 700 milliseconds