Searched refs:MkdirsSync (Results 1 – 5 of 5) sorted by relevance
54 ASSERT_TRUE(MkdirsSync(temp_dir_path + "/a/b/c", 0700)); in TEST_F()62 ASSERT_FALSE(MkdirsSync("foo", 0700)); in TEST_F()
188 bool MkdirsSync(const std::string& path, mode_t mode);
114 if (!MkdirsSync(dir, 0700)) return false; in read_key()
654 if (!android::vold::MkdirsSync(secdiscardable_path, 0700)) return false; in read_or_create_volkey()659 if (!android::vold::MkdirsSync(key_path, 0700)) return false; in read_or_create_volkey()
1387 bool MkdirsSync(const std::string& path, mode_t mode) { in MkdirsSync() function