Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DFileUtilsTests.cpp85 constexpr const char* tmp_path = "/data/local/tmp/test@idmap"; in TEST() local
89 ASSERT_TRUE(UidHasWriteAccessToPath(AID_ROOT, tmp_path)); in TEST()
93 ASSERT_TRUE(UidHasWriteAccessToPath(AID_SYSTEM, tmp_path)); in TEST()
98 ASSERT_TRUE(UidHasWriteAccessToPath(AID_SOME_APP, tmp_path)); in TEST()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py220 tmp_path = os.path.join(self.temp_libdir, lib)
221 self.pull(remote_lib, tmp_path)
222 remote_hash = self._md5sum(tmp_path)
232 + "\t(" + remote_hash + ") " + tmp_path + " (from target) and\n " \