Searched refs:TEMP_DIR1 (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mountndk1.cpp | 27 static const char *TEMP_DIR1 = "/data/storage/el2/base/files/tmpdir1";
variable 34 ret = mkdir(TEMP_DIR1, PARAM_0777);
in Mount() 42 ret = mount(TEMP_DIR1, TEMP_DIR2, "", MS_BIND, "");
in Mount() 46 umount(TEMP_DIR1);
in Mount() 48 rmdir(TEMP_DIR1);
in Mount() 58 ret = mkdir(TEMP_DIR1, PARAM_0777);
in Umount() 66 ret = mount(TEMP_DIR1, TEMP_DIR2, "", PARAM_0, "");
in Umount() 75 rmdir(TEMP_DIR1);
in Umount() 85 ret = mkdir(TEMP_DIR1, PARAM_0777);
in Umount2() 93 ret = mount(TEMP_DIR1, TEMP_DIR in Umount2() [all...] |
Completed in 1 milliseconds