Searched refs:testpath (Results 1 – 7 of 7) sorted by relevance
47 - mv -i test.txt testpath/59 OHOS:/$ mkdir testpath60 OHOS:/$ touch testpath/test.txt61 OHOS:/$ mv -i test.txt testpath/64 bin etc proc storage testpath usr66 OHOS:/$ cp testpath/test.txt ./69 dev lib sdcard system testpath usr70 OHOS:/$ mv -i test.txt testpath/74 dev lib sdcard system testpath usr84 OHOS:/$ mv test?.txt testpath/[all …]
42 - mkdir testpath44 - mkdir -m 777 testpath53 OHOS:/tmp$ mkdir testpath56 drwxrwxrwx 1 0 0 2048 1979-12-31 00:00 testpath/63 OHOS:/tmp$ mkdir -m 777 testpath66 drwxrwxrwx 1 0 0 2048 1979-12-31 00:00 testpath/
44 - 输入rm -r testpath/62 **示例2** 用 rm -r 删除非空目录 testpath67 bin etc proc storage testpath usr69 OHOS:/$ rm -r testpath/
41 - mkdir testpath43 - mkdir -m 777 testpath49 Example 1: Create a directory named **testpath**.53 OHOS:/tmp$ mkdir testpath56 drwxrwxrwx 1 0 0 2048 1979-12-31 00:00 testpath/59 Example 2: Create a directory named **testpath** with specified permissions.63 OHOS:/tmp$ mkdir -m 777 testpath66 drwxrwxrwx 1 0 0 2048 1979-12-31 00:00 testpath/
44 - rm -r testpath/62 Example 2: Delete **testpath**, a non-empty directory.67 bin etc proc storage testpath usr69 OHOS:/$ rm -r testpath/
350 string testpath = "/data"; variable351 ASSERT_TRUE(fileutils->CreateFolder(testpath));352 testpath = "";353 ASSERT_TRUE(fileutils->CreateFolder(testpath));354 testpath = "test";355 ASSERT_TRUE(!(fileutils->CreateFolder(testpath)));356 testpath = "/data/log/testhidumper";357 ASSERT_TRUE(fileutils->CreateFolder(testpath));358 ASSERT_TRUE(access(testpath.c_str(), F_OK) == 0);