Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/self_targeting/
H A DSelfTargeting.cpp45 const std::string& frro_file_path) { in CreateFrroFile() argument
69 std::ofstream fout(frro_file_path); in CreateFrroFile()
76 unlink(frro_file_path.c_str()); in CreateFrroFile()
82 unlink(frro_file_path.c_str()); in CreateFrroFile()
86 if (chmod(frro_file_path.c_str(), kIdmapFilePermission) == -1) { in CreateFrroFile()
88 frro_file_path.c_str()); in CreateFrroFile()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_om_OverlayManagerImpl.cpp119 const std::string& frro_file_path) { in callCreateFrroFile() argument
121 targetOverlayable, entries_params, frro_file_path); in callCreateFrroFile()
160 const std::string& frro_file_path);