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

/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1425 BPath scriptPath(&rootDir, script);
1426 status_t error = scriptPath.InitCheck();
1442 int result = system(scriptPath.Path());
1453 .SetPath1(BString(scriptPath.Path()))
1459 .SetPath1(BString(scriptPath.Path()))
1492 BPath scriptPath(&rootDir, scripts.StringAt(i));
1493 status_t error = scriptPath.InitCheck();
1501 scriptsDirectory.CreateSymLink(scriptPath.Leaf(),
1502 scriptPath.Path(), &scriptLink);
H A DVolume.cpp1244 BPath scriptPath; local
1245 scriptEntry.GetPath(&scriptPath);
1246 error = scriptPath.InitCheck();
1254 int result = system(scriptPath.Path());
1257 "failed: %d (errno: %s)\n", scriptPath.Leaf(), errno, strerror(errno));

Completed in 39 milliseconds