Searched refs:kPath (Results 1 – 4 of 4) sorted by relevance
40 const char kPath[] = "/tmp/good"; in SANDBOX_TEST() local41 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_TEST()45 const char kPath[] = "/tmp/good/"; in SANDBOX_TEST() local46 BrokerFilePermission perm = BrokerFilePermission::ReadOnlyRecursive(kPath); in SANDBOX_TEST()53 const char kPath[] = "/tmp/bad/"; in SANDBOX_DEATH_TEST() local54 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_DEATH_TEST()61 const char kPath[] = "/tmp/bad"; in SANDBOX_DEATH_TEST() local62 BrokerFilePermission perm = BrokerFilePermission::ReadOnlyRecursive(kPath); in SANDBOX_DEATH_TEST()69 const char kPath[] = "tmp/bad"; in SANDBOX_DEATH_TEST() local70 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_DEATH_TEST()[all …]
19 static const char kPath[] = "/"; variable78 kPath, in TestCopesWithProxy()123 kPath, in TEST_F()
20 kPath, enumerator
453 ID define(const SkPath& v)O{return this->define(Type::kPath, &fPath, v);} in define()472 case Type::kPath: return fPath .remove(id); in undefine()609 IDMap<SkPath , Type::kPath > fPath;