Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp253 std::string memfd_file = StringPrintf("/proc/%d/fd/%d", getpid(), fd.get()); in ReadEnvironment() local
255 if (!Exec({"/apex/com.android.sdkext/bin/derive_classpath", memfd_file}, &error_msg)) { in ReadEnvironment()
259 std::ifstream ifs(memfd_file); in ReadEnvironment()