Searched refs:create_data_path (Results 1 – 4 of 4) sorted by relevance
149 std::string create_data_path(const char* volume_uuid) { in create_data_path() function162 return StringPrintf("%s/app", create_data_path(volume_uuid).c_str()); in create_data_app_path()169 std::string data(create_data_path(volume_uuid)); in create_data_user_ce_path()185 std::string data(create_data_path(volume_uuid)); in create_data_user_de_path()193 return StringPrintf("%s/media/%u", create_data_path(volume_uuid).c_str(), userid); in create_data_media_path()197 return StringPrintf("%s/misc/user/%u", create_data_path(nullptr).c_str(), userid); in create_data_misc_legacy_path()220 std::string path(create_data_path(volume_uuid) + "/" + SECONDARY_USER_PREFIX); in get_known_users()
70 std::string create_data_path(const char* volume_uuid);
483 auto data_path = create_data_path(uuid); in free_cache()
462 EXPECT_EQ("/data", create_data_path(nullptr)); in TEST_F()464 create_data_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b")); in TEST_F()