Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp306 std::string externalFileLocation = in TEST_F() local
309 StringPrintf("dd if=/dev/zero of=%s bs=1M count=20", externalFileLocation.c_str()); in TEST_F()
321 std::string removeCommand = StringPrintf("rm -f %s", externalFileLocation.c_str()); in TEST_F()