Searched refs:TEMP_DIR2 (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mountndk1.cpp | 28 static const char *TEMP_DIR2 = "/data/storage/el2/base/files/tmpdir2";
variable 38 ret = mkdir(TEMP_DIR2, PARAM_0777);
in Mount() 42 ret = mount(TEMP_DIR1, TEMP_DIR2, "", MS_BIND, "");
in Mount() 49 rmdir(TEMP_DIR2);
in Mount() 62 ret = mkdir(TEMP_DIR2, PARAM_0777);
in Umount() 66 ret = mount(TEMP_DIR1, TEMP_DIR2, "", PARAM_0, "");
in Umount() 70 ret = umount(TEMP_DIR2);
in Umount() 76 rmdir(TEMP_DIR2);
in Umount() 89 ret = mkdir(TEMP_DIR2, PARAM_0777);
in Umount2() 93 ret = mount(TEMP_DIR1, TEMP_DIR2, "", PARAM_ in Umount2() [all...] |
Completed in 1 milliseconds