Searched refs:FileExistsCondition (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/launch/
H A DConditions.cpp96 class FileExistsCondition : public Condition { class in inherits:Condition
98 FileExistsCondition(const BMessage& args);
147 return new FileExistsCondition(args);
443 FileExistsCondition::FileExistsCondition(const BMessage& args) function in class:FileExistsCondition
453 FileExistsCondition::Test(ConditionContext& context) const
466 FileExistsCondition::ToString() const

Completed in 80 milliseconds