Home
last modified time | relevance | path

Searched refs:get_full_path (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp99 static std::string get_full_path(const char* path) { in get_full_path() function
104 const std::string fullPath = get_full_path(path); in mkdir()
111 int fd = ::open(get_full_path(path).c_str(), O_RDWR | O_CREAT, mode); in touch()
120 EXPECT_EQ(::stat(get_full_path(path).c_str(), &buf), 0); in stat_gid()
126 EXPECT_EQ(::stat(get_full_path(path).c_str(), &buf), 0); in stat_mode()
203 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F()
223 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F()
238 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F()
253 std::string dexPath = get_full_path("com.example/foo/file"); in TEST_F()